Hi all, Anyone know any reason that the date function would return 2am in the morning as 102 if i use it in the following manner?
$time=date("H:i:s"); print $time; this outputs 102:14:51 instead of 02:14:51, anyone know where the 1 comes from? and why its there? Cheers From baldey_uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php