关于“ UNIX timestamp to MySQL time”,有很多问题要问。我需要相反的方式,是的…知道吗?
用途strtotime(..):
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