hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Disabling a specific date #563

Closed N1K1ta-blip closed 2 years ago

N1K1ta-blip commented 2 years ago

Subject of the issue

Hi! The Date Range starts from March 23. How do I block March 28 and April 1?

N1K1ta-blip commented 2 years ago

disabledDates={[addDays(new Date(), 4)]}