Date Range Picker
A date range picker combines two DateFields and a RangeCalendar popover to allow users to enter or select a date and time range.
Installation
Basic
A range calendar displays one or more date grids and allows users to select a range of dates in a single interaction.
Preview
Code
Controlled
Preview
Code
Validation
Preview
Code
Custom Validation
Use the validate
function to implement custom validation rules. It evaluates the current date range and returns error messages if the value doesn't meet your criteria.
Preview
Code