Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将日期存储在这样的字段中:2013 年 12 月 31 日,但我需要将其更改为:2013-12-31 00:00:00
我已经尝试了很多 DATE_FORMAT 和 strtotime 的变体,但一无所获。请问我该怎么做?
谢谢
该DATE_FORMAT()函数用于以不同格式显示日期/时间数据。
DATE_FORMAT()
试试这个:
DATE_FORMAT(your_date,'%Y %m %d %T:%f')
date_format在另一个里面使用一个date_format。内层检测您提供的格式,外层输出您需要的格式。
date_format