mysql 时间戳转换为日期

from_unixtime(time);

from_unixtime(time,'%Y%m%d');

from_unixtime(time,'%Y年%m月%d日');