Date
The date field is used to represent date values in documents. It stores the input as a string value.
Properties
| Property | Required | Purpose |
|---|---|---|
| Minimum Value | No | Defines the minimum date value allowed. |
| Dynamic Minimum | No | Sets the minimum value based on a condition or another field's value. |
| Maximum Value | No | Defines the maximum date value allowed. |
| Dynamic Maximum | No | Sets the maximum value based on a condition or another field's value. |
| Disabled days | No | Excludes selected days of the week from the date picker. |
- Note: When both a static and a dynamic minimum (or maximum) value are defined, the dynamic value will always take priority and override the static value.