我有个约会对象:
2016-04-13T09:57:21-04
除非我不正确,否则这是valid ISO format,但我收到了Mongoose的错误:
“为了价值而投降至今日期失败”2016-04-13T09:57:21-04 \“at path \”timestamp \“”
我查看了其他一些SO posts,根据我的理解,有效的ISO格式应该有用。
我在这里错过了什么吗?
答案 0 :(得分:2)
您需要先将此字符串转换为Date对象。 Mongoose期望Date而不是string。