Date
Stores a date, time, or timestamp value.
Common use-cases: Deadlines, schedules, expiry dates, and timestamps.
Add Field → Select Date Field
// Example JSON
{
"key": "due_date",
"type": "date",
"label": "Due Date",
"help": "Enter or map the due date",
"required": true,
"placeholder": "2026-05-30"
}Common Properties: key, label, placeholder , defaultValue, visibilityCondition and required. Read
#
Additional Properties
dateFormat - Specifies the date output format.
The supported date formats are:
YYYY-MM-DDTHH:mm:ssZ
YYYY-MM-DD HH:mm:ss Z
MM-DD-YYYY HH:mm:ss Z
MM-DD-YYYY HH:mm:ss
dd-mm-yyyy
Was this helpful?