[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-22 Thread jimw
ID: 8776 Updated by: jimw Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related Assigned To: Comments: php just uses the underlying c library's strftime. bug microsoft. :) (noted in the documentation.) Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-18 Thread miroslav . sulc
ID: 8776 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Description: strftime("%V") I have tried all possible formatting characters ... echo "%a: ".strftime("%a")."\n"; echo "%A: ".strftime("%A")."\n"; echo "%b: ".strftime("%b")."\n"; echo "%B: ".strftime("%B")."

[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-18 Thread miroslav . sulc
ID: 8776 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Date/time related Description: strftime("%V") I don't know the relation of the function to OS. But when I use this code: echo "%V: ".strftime("%V")."\n"; echo "%U: ".strftime("%U")."\n"; echo "%W: ".strfti

[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-18 Thread sniper
ID: 8776 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Date/time related Assigned To: Comments: This works for me in Linux just fine. (latest CVS) Maybe this is yet another 'Windows only' bug? --Jani Previous Comments: ---