Jquery – Date Picker, dynamically enable / disable dates
I'm trying to work out how to dynamically enable and disable dates using MultiDatesPicker for jQuery UI. http://luca.lauretta.info/Multiple-Dates-Picker-for-jQuery-UI/ I can use addDisabledDates and pass an array of dates to the picker, these dates will then show as disabled. That works,…