Getting started with date and time components
Learn how to display and manage date and time values in web apps.
You can use the following components to accept date or time inputs:
Features
Key features of date and time inputs include:
- First day configuration.
- Manual or mapped data sources.
- Time zone management.
- Input validation, including minimum and maximum values.
- Style configuration.
Specify content options
The Content section of the Inspector contains settings that control the content of an input field, such as:
- Default value
- Placeholder
- Label and caption
Define date and time format
For the Date, Date Time, Time, and Date Range components, you can define the Format setting of the user input component. This setting accepts a string in Unicode Locale Data Markup Language. Refer to the Unicode symbol reference for more information.
Regardless of the Format setting, the Default value of Date and Date Time must adhere to the ISO 8601 format. For example, "2024-01-01T12:00:00.555Z" would be an acceptable value.