Date & DateTime Field
The Date field allows users to pick a date using a date picker.
The DateTime field extends this by allowing selection of both date and time.
These fields are commonly used for scheduling, logging events, tracking deadlines, or capturing any time-based information.
Properties
The Date Field Properties control how date-related inputs behave:
- Field Name – Display name shown on forms.
- Field ID – Internal reference used in expressions and calculations.
Field Settings
For general options like Title, ID, Description, Required, and Visibility, see Basic Field Settings.
Computed Value
The Computed Value feature makes Date & DateTime fields dynamic:
- Reference the value of another field using its Field ID.
- Perform date arithmetic (e.g., add or subtract days).
- Use date functions (e.g., Today, Now, AddDays, DayOfWeek).
See all expression details here for date related functions →
Validations
Date fields support 10 types of validations to ensure accuracy and consistency:
- Equal To – Date must equal a specific date.
- Not Equal To – Date must not equal a specific date.
- Greater Than – Date must be later than a specific date.
- Less Than – Date must be earlier than a specific date.
- Greater Than or Equal To – Date must be the same or later.
- Less Than or Equal To – Date must be the same or earlier.
- In the Future – Date must be in the future.
- In the Past – Date must be in the past.
- Not in the Future – Date must not be in the future.
- Not in the Past – Date must not be in the past.