输入banner图图片脚本导航/分类

MySQL时间戳与日期互转

FROM_UNIXTIME(1156219870);

输出:2006-08-22 12:11:10

2、日期转换为UNIX时间戳用函数: UNIX_TIMESTAMP()

select UNIX_TIMESTAMP(2006-11-04 12:23:00);

输出:1162614180

 

MySQL时间戳与日期互转

标签:color   div   bsp   body   函数   日期   span   time   class