Hi ! I have experienced a error in the strftime function, it appears to be that the weeknumber returned is current_week-1. <?
echo "week:".strftime("%W");
?>
This returns "week:07" when its really 08.
Is this a bug?
I'm running php4.0.6 under apache and linux and YES, i have the right
time in the system. :)
Thanks for your time,
Eric
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
