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.
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...
Hi, Is there a way to define the range automatically, after picking the second day in the calendar? Thanks in advance,
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...
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({...
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...
Few methods are added to increase the functioanlity 1. setDisabled 2. setEnabled 3. editMonthYearInCalendar 4. disableEditMonthYearInCalendar 5. removeAllDates
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...