Skip to main content

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 typeFormatExample
DateDD/MM/YYYY09/03/2026
TimeHH:MM14:30
DateTimeDD/MM/YYYY HH:MM09/03/2026 14:30

A custom format override can be set for special display requirements.

Default value

OptionDescription
NoneField is empty on new records
NowAuto-fills with the current date/time when the record is created
CustomA specific fixed date/time value

Range constraints

SettingDescription
Min dateEarliest allowed date
Max dateLatest allowed date
Allow past datesWhen 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.