Skip to main content

Date/Time Datatypes

datatypeParent datatypeExampleDescription
datetext2024-10-30Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
datetimetext2024-10-30T12:41:33.857ZRepresents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
datetime-epochnumber1730292093857Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
js-dateRepresents a JavaScript Date object. For more information see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
timetext12:41:33Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
timezonetext+04:00Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
year-monthtext2024-10Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
year-ordinal-datetext2024-123Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
year-weektext2024-W4Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html
year-week-daytext2024-W12-4Represents a text/string expression of a date and/or time, or some part of a date/time. For more information see https://www.iso.org/iso-8601-date-and-time-format.html