Docs

Log in to read the version of docs relevant to your site, or use the dropdown versions

Error 'Should be in valid date format' via API

Scope

I'm getting an error: Term Ends At: Should be in valid date format

Summary

While performing any time-related changes via APIs, we need to ensure that the time format is in timestamp (UTC) in seconds. Normally, you can use any online converter to convert time format into timestamps (UTC) in seconds.

Solution

There are multiple time converter apps such as epoch, on which you can convert date, month, year, and time to timestamp and vice versa.

Note

It should NOT be in milliseconds. Please refer to the below screenshot for reference.

Was this article helpful?