Re: strange behaviour with strtotime()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Barry wrote:
James Benson wrote:

Im encountering some very weird behaviour when using the following:-


echo date("M", strtotime("next month"));


outputs: Mar



while


echo date("r",time());

outputs: Tue, 31 Jan 2006 11:21:47 +0000



anyone know why?




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

Master CIW Designer          http://www.ciwcertified.com
Zend Certified Engineer      http://www.zend.com


http://www.jamesbenson.co.uk

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


Probably know why now. The strtotime function adds the value of "one month" to the actual unix time and causing therefor an error. Most funny party is, if you add "+1 Month" and "+2 Month" you get the 3.3 and the 31.3. I would say this is a bug! ^_^
Report it :)

--
Smileys rule (cX.x)C --o(^_^o)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux