标签:amp 转换 blank strtotime 格式 link toc sql log
1、UNIX时间戳转换为日期用函数: FROM_UNIXTIME()
输出:2006-08-22 12:11:10
2、日期转换为UNIX时间戳用函数: UNIX_TIMESTAMP()
例:mysql查询当天的记录数:
PHP方式转换:
UNIX时间戳转换为日期用函数: date()
日期转换为UNIX时间戳用函数:strtotime()
strtotime(‘2010-03-24 08:15:42‘);
标签:amp 转换 blank strtotime 格式 link toc sql log
原文地址:http://www.cnblogs.com/boxuan/p/6438611.html