-1

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

Venugopal
  • 1,888
  • 1
  • 17
  • 30

1 Answers1

1

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.

WillKre
  • 6,280
  • 6
  • 32
  • 62