例如,我的JavaScript日期函数返回:
Tue Apr 29 2014 14:40:00 GMT-0500 (Central Daylight Time)
有没有什么函数可以用来将其转换为正确的DateTime格式,以将其保存在MySQL中?它应该看起来像:
2014-04-29 14:40:00
试试这个:
http://www.w3schools.com/sql/func_date_format.asp(此mysql函数)
或者如果您想为提供格式