取得当前时间用 now() 就行。在数据库中格式化时间 用DATE_FORMA T(date, format) . 根据格式串format 格式化日期或日期和时间值date
试一下这个select date_format(now(),"%y-%m-%d")