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")."<br>\n";
echo "%U: ".strftime("%U")."<br>\n";
echo "%W: ".strftime("%W")."<br>\n";

... the HTML result is:

%V: 
%U: 02
%W: 03

... so only %V does not work.

Previous Comments:
---------------------------------------------------------------------------

[2001-01-18 06:16:41] [EMAIL PROTECTED]
This works for me in Linux just fine. (latest CVS) 
Maybe this is yet another 'Windows only' bug?

--Jani

---------------------------------------------------------------------------

[2001-01-18 03:35:23] [EMAIL PROTECTED]
Function strftime("%V") does not return any value. Should return ISO number of week.

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8776


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to