|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-19 07:00 UTC] derick@php.net
[2002-02-19 07:10 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 10:00:01 2025 UTC |
<? $srez= date ("d-m-Y", mktime (0,0,0,3,1+29,2002)); echo "<br>".$srez; $srez= date ("d-m-Y", mktime (0,0,0,3,1+30,2002)); echo "<br>".$srez; echo phpinfo(); ?> The result is 30-03-2002 30-03-2002 and should be 30-03-2002 31-03-2002 Please tell us how can we solve this problem