A date picker control for selecting dates.
The Date field provides a calendar interface for selecting dates. Users can click to open a date picker and choose a date visually, which is much easier than typing dates manually. The field ensures proper date formatting and validation. It’s perfect for event dates, deadlines, publication dates, or any content that needs date information.

Date picker field. Preview in Gutenberg Editor

Technical Information:
| Property | Value |
|---|---|
| Gutenberg UI | Date picker calendar |
| Data Type | `string` (ISO format) |
| Format | `YYYY-MM-DD` |
| Default Value | `""` (empty string) |
| Best For | Date selection |
| Common Uses | Event dates, deadlines, publish dates, schedules |