Date
Overview
The Date component stores date and/or time values with a visual picker. It supports date-only, time-only, and combined date-time modes with configurable formats and range constraints.
Date formats
| Date type | Format | Example |
|---|---|---|
| Date | DD/MM/YYYY | 09/03/2026 |
| Time | HH:MM | 14:30 |
| DateTime | DD/MM/YYYY HH:MM | 09/03/2026 14:30 |
A custom format override can be set for special display requirements.
Default value
| Option | Description |
|---|---|
| None | Field is empty on new records |
| Now | Auto-fills with the current date/time when the record is created |
| Custom | A specific fixed date/time value |
Range constraints
| Setting | Description |
|---|---|
| Min date | Earliest allowed date |
| Max date | Latest allowed date |
| Allow past dates | When disabled, users can only select today or future dates |
In forms, the date component opens a visual date picker (and time picker for time/datetime modes). In tables, it displays the formatted date and supports inline editing.