Scott Fletcher wrote on maandag 1 december 2003 16:41: When I do this script, I didn't get a ":" and numbers in second. : --snip-- : date("Y-m-d H:i:s"); : --snip-- : : But when I do this script by adding a period to it, it worked : okay. --snip-- : date("Y-m-d H:i:s."); : --snip-- : : Thanks, : Scott
On my Unix box running php 4.2.3 the output is this: 2003-12-01 16:25:06 2003-12-01 16:25:06. Looks good to me! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php