时间:2021-07-01 10:21:17 帮助过:27人阅读
输出:2006-08-22 12:11:10
2、日期转换为UNIX时间戳用函数: UNIX_TIMESTAMP()
[sql] view plain copy
[sql] view plain copy
例:mysql查询当天的记录数:
[sql] view plain copy
PHP方式转换:
UNIX时间戳转换为日期用函数: date()
date(‘Y-m-d H:i:s‘, 1156219870);
日期转换为UNIX时间戳用函数:strtotime()
strtotime(‘2010-03-24 08:15:42‘);
mysql 时间戳与日期格式的相互转换
标签:amp 转换 blank strtotime 格式 link toc sql log