[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread martin
ID: 11555 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: any PHP Version: 4.0.5 Description: date() format addition i live in sweden, where displaying weeknumbers in calendars of any sort is common. the following code does the work, tho i'd be

[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread derick
ID: 11555 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: You can use the strftime function already, it's the %W modifier. But it would be useful if date would

[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread derick
ID: 11555 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not closed... Previous Comments: ---

[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread cmv
ID: 11555 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: cmv Comments: Trouble is (I suppose), some week-of-year functions consider Monday the first day of the week, and some consider Sunday. I

[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread cmv
ID: 11555 Updated by: cmv Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: cmv Comments: date('W') has been added to CVS. It returns the ISO 8601 week number (0-53). Basically, Monday is the