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

MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.

Results 115 Multiple-Dates-Picker-for-jQuery-UI issues
Sort by recently updated
recently updated
newest added

Hi, I want to restrict number of months selection to 18 months from current month. Can you please provide a options for this.

It is working fine in other browsers. But shows "undefined" error in case of safari. "TypeError: undefined is not an object (evaluating '$.ui.multiDatesPicker')".

Using the demo page: http://multidatespickr.sourceforge.net At the From input demo select a day in December, then the popup closes and open again, select another day in December, again the popup...

Bug

Hi, Is there a way to define the range automatically, after picking the second day in the calendar? Thanks in advance,

Feature request

I would like to use a "textarea" field to show the selected dates instead of an input type="text". This does not appear to work. I have included the code I...

Feature request

so the exchange between server and client can be forced to one format independently from the ui format. Usefull for automatic JSON serialisation withn Spring for example. usage : $('#div').multiDatesPicker({...

Feature request

Range selection adds the capability to specify date ranges that are selectable. All dates not in a range are disabled. One click within a range, selects the entire range. This...

Feature request

Few methods are added to increase the functioanlity 1. setDisabled 2. setEnabled 3. editMonthYearInCalendar 4. disableEditMonthYearInCalendar 5. removeAllDates

Feature request

I am using this multi date-picker. There are fowling columns headers in date-picker, Sun Mon Tue Wed Thu Fri Sat I want to select all days under column header if...