Date and Time Data Types

Alpha: Editor React Components are currently in alpha. This feature is subject to change and may have bugs, issues, and limitations. We're actively improving it based on your feedback.

Date and time data types provide automatic validation for temporal data. They enforce ISO-8601 format standards, ensuring data quality without requiring custom validation logic.

Local date

Local date in ISO-8601 extended local date format (YYYY-MM-DD).

Example

An event date field:

In the manifest:

Copy

In the component:

Copy

Local time

Local time in ISO-8601 extended local time format (hh:mm[:ss][.sss]).

Example

An opening time field:

In the manifest:

Copy

In the component:

Copy

Local date and time

Local date and time in ISO-8601 extended local date-time format (YYYY-MM-DDThh:mm[:ss][.sss]).

Example

An appointment scheduling field:

In the manifest:

Copy

In the component:

Copy

See also

Last updated: 7 May 2026

Did this help?