Commonly browsers show a date picker with the local date format but the value is always stored as YYYY-MM-DD.
Attributes:
| Attribute | Examples | Description |
| name* | name="unique_field_name" | The field name. Needs to be unique in the form. Required. |
| value | value="2025-01-01" value="2025-12-31" value="{field.date_123}" | The initial field value. Optional. |
| min | min="2025-01-01" | Minimum date allowed. Optional. |
| max | max="2025-12-31" | Maximum date allowed. Optional. |
This field also supports common HTML attributes, as well as label & description attributes.