Date Range Field
The Date Range Field lets the user select a date range with the keyboard.
Basic usage
You can render your Date Range Field with either one input using SingleInputDateRangeField
or two inputs using MultiInputDateRangeField
as show below.
–
Press Enter to start editing
Uncontrolled vs. controlled value
The value of the component can be uncontrolled or controlled.
Press Enter to start editing
Localization
See the Date format and localization and Translated components documentation pages for more details.
Validation
See the Validation documentation page for more details.
API
See the documentation below for a complete reference to all of the props and classes available to the components mentioned here.