相关函数: date_format(date, format) 函数,MySQL日期格式化函数date_format() unix_timestamp() 函数 str_to_date(str, format) 函数 from_unixtime(unix_timestamp, format) 函数,MySQL时间戳格式化函数from_unixtime 日期格式化: select date_format(now(), '%Y-%m-%d'); 输出:2018-08-03 日期转时间戳: selec…