Multiple-Dates-Picker-for-jQuery-UI
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard
MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.
Is there any way out to enable/disable array of dates on selection of picker
I have requirement to have calendar to select multiple dates:- When a date has been selected, all dates will be disabled, besides the dates 4 days or less after the...
Hi, is it possible to disable week days ? So only week-end Saturday and Sunday will be selectable. Thanks
…cker when returning false, just as in original datepicker
Hello, I have a problem when I try to select a specific date through the iPhone / iPad or any other mobile device that is running IOS. Look at the...
Could this feature be added, or perhaps someone let me know how to add it myself? Thank you.
The calendar works well generally. At the moment while selecting dates on the calendar popup, for each click, the calendar is being redrawn. Is it possible to avoid this?
I have this error but I believe it was supposed to have been fixed in versio 1.5.x. I am using the datepicker inside dotnetnuke. It works fine when the user...
I'm trying to find a good way to forbid removing specific days from the list of selected, thus, these days should always remain on, no matter how often the user...
Hi all, Just want to share code If you set options mode: 'daysRange' and beforeShowDay: $.datepicker.noWeekends, you can get days range without weekends in jquery-ui.multidatespicker.js line 345 new code in...