We have now added support for multiple datetime formats in our SDKs. The following formats are supported:
- RFC1123 Datetime
(Mon, 15 Jun 2009 20:45:30 GMT)
- RFC3339 Datetime
(2016-03-13T12:52:32.123Z)
- Unix Timestamp
(1480809600)
You can specify the Type as Datetime
and further choose the specific Datetime format from the Endpoint Settings
page or Models
page in the API Editor like so:
Datetime
is implemented in a total of 8 languages: Objective-C
, C#
, Python
, Ruby
, Java
, Android
, AngularJS
and NodeJS