Log in

UTCDateOnly Data Type

string

UTCDateOnly fields represent a date in the UTC timezone in the yyyyMMdd format, with the sections of the format defined below:

CodeMeaningValid range
yyyyYear0000-9999
MMMonth of year01-12
ddDay of month01-31

This field may optionally be paired with a UTCTimeOnly field.

Examples

ExampleValidNotes
20240102
2024130213 is not a valid month
2024013535 is not a valid day of month