格式化时间戳为日期格式 如,'%Y-%m-%d'类型 2015/01/19 14961 SELECT id, title,createdate,FROM_UNIXTIME(UNIX_TIMESTAMP(createdate),'%Y-%m-%d') AS createdate