|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-26 17:02 UTC] rasmus@php.net
[2002-05-26 17:04 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 02:00:02 2026 UTC |
$bug1 = date("D",mktime (0,0,0,3,27,2032)); echo($bug1."<br>"); $bug2 = date("D",mktime (0,0,0,3,28,2032)); echo($bug2."<br>"); if ($bug1==$bug2) {echo("BUG!");} i think it's enough. :)