Multiple-Dates-Picker-for-jQuery-UI
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard
Autoselect Range is not working
Hi, I used below code but dates are not able to selected.
$('#simple-select-days-range').multiDatesPicker({ addDisabledDates: [1388620800000,1399507200000,1399680000000], dateFormat: 'yy-mm-dd', minDate: '2014-01-01', maxDate: '2014-10-31', mode: 'daysRange', autoselectRange: [0,2] });
The user can select adjacent dates only. If there is any next date is disabled, i have to display an error alert message to user. But i am not able to click on the dates. Any one has ideas how to do this?
I don't understand the problem :(
i think it will work if you give the dateformat as dateFormat: 'mm-dd-yy',