MySQL 截取部分日期

使用  DATE_FORMAT(get_date, '%Y-%m-%d') 函數截取。 其中:get_date 是須要截取的字段名;'%Y-%m-%d' 是截取後的日期格式。 select date_format('1997-10-04 22:23:00','%y %M %b %D %W %a %Y-%m-%d %H:%i:%s %r %T'); 結果:97 October Oct 4th Sat
相關文章
相關標籤/搜索