我试图将05/09/2014 11:57 am存储到MySQL时间戳数据类型中并且它放入null或者00:00:00&#00 39;进入数据库。我想存储像05/09/2014 11:57 am这样的东西。我使用此http://www.jqueryrain.com/?lnsG0UbP,datepicker来获取我的日期和时间。非常感谢任何帮助。
答案 0 :(得分:0)
请务必相应地设置日期格式。供参考:http://dev.mysql.com/doc/refman/5.7/en/datetime.html
您使用了date()和strtotime()函数吗?