[thelist] [PHP] strtotime not picking up mins and seconds...?

Matthias Ritzkowski matthiar at gmail.com
Mon Jul 13 12:12:43 CDT 2009


<snip>
Any ideas why:
$myTimeStamp = strtotime ("15/07/2009 12:30:00");
</snip>


I think PHP expects

$myTimeStamp = strtotime ("15 July 2009 12:30:00 GMT");

regards
Matthias



>   



More information about the thelist mailing list