Example of Date Range in React Calendar Component

/
/
Range

In the following sample, a specific date ranges from 7th to 27th of a month has been set to select from the Calendar. All the other dates are out of range and restricted to set or select.

More Details...

June 2025
SuMoTuWeThFrSa
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345
Description

Date Range sample illustrates the date selection within a specific range in a calendar by using min and max properties. Here, the date selection range was resricted within a range from 7th to 27th days in a month.

More information on the calendar instantiation can be found in this documentation section.