date-picker
The component can select specific dates or hours based on the selected type (date, time, or datetime).

Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: instanceId and label
Other options:
instanceId - The unique identifier for the actual entity field
format - The format of your date/time:
- LT - 3:28 PM
- LL - March 3, 2022
- L - 03/03/2022
- HH:mm - 15:28
- and many more described in detail in our Builder
mode - Set to value time when selecting the time; - When setting the date, the mode is not necessary
maximum and minimum - By using these you can set the range of date/ time (UTC time)
Maximum and Minimum on Android work only for date mode because TimePicker does not support this.
For more information about the setting of the date format/ time zone please refer to Expressions.