|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-22 20:12 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 01:00:01 2025 UTC |
Example 2 should read instead :- $lastday = date("d", mktime (0,0,0,3,0,2000)); echo strftime ("Last day in Feb 2000 is: %d", $lastday); $lastday = date("d", mktime (0,0,0,4,-31,2000)); echo strftime ("Last day in Feb 2000 is: %d", $lastday); (Note if this has been changed in 4.0.4 to not require date ignore me :P i'm running on 4.0.3)