Date picker
v1.0.0 | View in Storybook Select a single date such as 10/06/2025. Part of the Date and time picker family; display and parsing respect the user’s locale.When to use
- Scheduling, deadlines, date of birth, or any input where a formatted date is required.
- Filtering or reporting by a specific day when time is not relevant.
When to use something else
- When time matters, use Time picker or a combined date time picker via Date and time picker.
- For a date range, use Date range picker.
Behavior
- Opening the control reveals a calendar UI anchored to the field; choosing a date commits it in the configured locale format.
- Set min and max constraints when the valid range is known.