Date Support
The dates used within the platform support more than simple date/time constraints. Almost all dates within the platform are strings and have special semantics when dealing with periodicity as well as general date/math functions that make it much easier to specify effective start/stop period and work within date ranges.
Basic Date Format
The basic date format is defined as YYYY-MM-DDThh:mm:ssZ
where:
- YYYY is the year.
- MM is the month.
- DD is the day of the month.