0

I got an date column in deployd type of string.

Value etc. 2015-06-24T22:00:00.955Z

But when i i try to update an other column in that row, deployd gives me the error date must be string

I tried to convert the column to number, put then i cant put in the date.

1 Answers1

0

I have the same issue. I haven't found anyting better, than writing to the column value with new Date().toString() instead of new Date(). With this you won't have to change client side code.