|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-09-09 14:26 UTC] derick@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 17:00:02 2025 UTC | 
$mktt1= mktime(0,0,0,10,12,2002); $mktt2= mktime(0,0,0,10,13,2002); echo date("d/m/Y - D",$mktt1); echo date("d/m/Y - D",$mktt2); The two echoes return the same date ("12/10/2002 - Sat") Thanks Daniel