Multiple-Dates-Picker-for-jQuery-UI icon indicating copy to clipboard operation
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard

calendar jumps to current month while selecting multiple dates

Open SasiMallow opened this issue 9 years ago • 3 comments

I am using a jQuery multi date picker in my html. When I am select the first date in date picker it works fine but when I choosing the second date it jumps to the current month but date picker value was append to input box.

$('#datePick').multiDatesPicker({ beforeShowDay: my_array, // For disabling all "Sundays" dateFormat: "d/m/yy", maxDate: "+3m", minDate: "-1m", multidate: true, addDisabledDates: My_array, onSelect: function load() { } }); screen shot 2016-10-25 at 1 02 14 pm screen shot 2016-10-25 at 1 02 32 pm

please help me to solve this issue.

SasiMallow avatar Oct 25 '16 13:10 SasiMallow

I have the exact same problem. Did you find any solution @SasiMallow ?

NickHeurter avatar Nov 28 '16 14:11 NickHeurter

@SasiMallow there is already a issue for this problem: https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/issues/179

NickHeurter avatar Nov 28 '16 14:11 NickHeurter

Duplicate of https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/issues/179

R-W-C avatar May 03 '18 09:05 R-W-C