React JS - react-toolbox Date Picker - disable some dates
Am using react js date picker. Need disable some dates. date
Source URL: http://react-toolbox.com/#/components/date_picker
React JS - react-toolbox Date Picker - disable some dates
Am using react js date picker. Need disable some dates. date
Source URL: http://react-toolbox.com/#/components/date_picker
Answer is right infront of you on the docs.
disabledDates
- Array
- An array of date objects which will be disabled in the calendar. All other dates will be enabled.