Value is not a valid date string

We use the date format defined by ISO 8601 (ISO 8601 - Wikipedia). It’s limited to just this format as accepting multiple date formats gets tricky since, as an example, there is no way to know if 2/1/2017 is Feb 1st or Jan 2nd.

So for your example date, the format would be: 2017-01-01T13:15:00.000Z

2 Likes