HosseinShabani / react-native-modern-datepicker

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
MIT License
574 stars 162 forks source link

Disable one or mutliple dates #62

Open Chill-Studio opened 3 years ago

Chill-Studio commented 3 years ago

It would be nice to be able to disable one or multiple date it's a pretty important feature.

disableDates=[new Date()]

or disable a range of date

disableRangeDates=[[Date1,Date2],[Date3,Date4]]