用途
strtotime(..):
$timestamp = strtotime($mysqltime);echo date("Y-m-d H:i:s", $timestamp);还要检查一下(以MySQL方式完成)。
http://dev.mysql.com/doc/refman/5.5/en/date-and-time-
functions.html#function_unix-
timestamp

用途
strtotime(..):
$timestamp = strtotime($mysqltime);echo date("Y-m-d H:i:s", $timestamp);还要检查一下(以MySQL方式完成)。
http://dev.mysql.com/doc/refman/5.5/en/date-and-time-
functions.html#function_unix-
timestamp