方法如下:
(学习视频推荐:java课程)
UNIX时间戳转换为日期用函数: date()
一般形式:
date('Y-m-d H:i:s', 1156219870);
日期转换为UNIX时间戳用函数:strtotime()
strtotime('2010-03-24 08:15:42');