|
Posted by "Hal 9001 Consulting" on 10/10/74 11:25
Hello,
I've got a problem with mktime. It's a very strange behaviour, I don't know
if is a bug:
echo date ("M-d-Y", mktime (0,0,0,07,07,2005)); -> Jul-07-2005 (right)
echo date ("M-d-Y", mktime (0,0,0,08,07,2005)); -> Dec-07-2004 (?????????)
Can anyone help me to solve this question? Is it a bug?
Regards
[Back to original message]
|