|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2006-10-10 10:53 UTC] tony2001@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 21:00:02 2025 UTC | 
Description: ------------ Hi, I'm creating a calendar using the date() function. I want to show in this calendar the Week-number, but there are two different standarts: 1) date("w") has Sunday as the first day of the week 2) date("W") has Monday as the first day of the week I think it's rubbish because the different standarts makes a calendar awkward. I think it would be not bad to edit one of standarts in the next Version of PHP or in one of the following updates. Thanks Felix