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.
I have selected few dates and perform some task on those dates (say applied leave). Now when next time I open this calendar, I want to show those days (for...
There is a option to provide list of all dates that you want to disable BUT I have very less number of dates to enable for a year. Is there...
When I select any first day of the month in the full year display, January 1st is always highlighted as if I hover over it. It happens after the call...
Hello, I want to load checked days via AJAX request. How can I detect when calendar scrolls to the next month?
i have a question about this two, how can i jump the disabled days when the datepicker is in daysRange mode?
I am working with jquery **multidatespicker** where I have to define a range of dates to be allowed after the first date has been picked. I need to **exclude** the...
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...
How can i give a fixed height for the enscroll vertical-track
Hi, Is there a way to keep the month where we do the selection instead of returning to the current date after each date selection. This is very confusing for...
I use dateFormat: "dd.mm.yy", but then the Auto-Select Range does not work. #### This does not work (autoselect range with a userdefined dateFormat): ``` function addDays(date, days) { var result...