标签: php mysql
我的日期(" Y-m-d")的php日期为2014-03-14和
mysql时间戳是2014-03-02 03:2:23
我想得到12天。
答案 0 :(得分:1)
SELECT DATEDIFF('2014-03-14',DATE(mysql_timestamp))