ID: 9519
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Date/time related
Assigned To:
Comments:
It's not wrong, it's exactly what it should be outputting.
Please read the manual page for date:
http://www.php.net/date
where it says:
n - month without leading zeros; i.e. "1" to "12"
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-03-02 02:44:32] [EMAIL PROTECTED]
the n option for date gives wrong value
date ("l, F d, Y") outputs Friday, March 02, 2001
date ("l, F n, Y") outputs Friday, March 3, 2001
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9519&edit=2
--
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]