0

I have a column in my database which its type is date.

Now I want to manually fill the database. Actually the problem is when I manually type 13/8/2013, it alerts

the value in this cell is not known as "Datetime"

How can I manually set this column?

4

2 回答 2

1

日期格式为yyyy-MM-dd.

2013-08-13

顺便说一句,从错误消息看来,列类型是datetime而不是date

于 2013-08-12T22:19:00.477 回答
1

你可以这样做:2013-08-11 00:00:00.000 (YYYY-MM-dd hh:mm:ss:mmm)

于 2013-08-12T22:26:32.377 回答