格式化时间戳为日期格式 如,'%Y-%m-%d'类型

SELECT id, title,createdate,FROM_UNIXTIME(UNIX_TIMESTAMP(createdate),'%Y-%m-%d') AS createdate

编程技巧