jquery-date-range-picker
jquery-date-range-picker copied to clipboard
A jQuery plugin that allows user to select a date range
We discovered today that when trying to select a 5 day period spanning Nov. 3rd, it shows an error of "Date range should not be more than 5 days". The...
The calendar in modal popup do not see. How can I fix the problem? I read that you can use z-index, but do not know which class to use thanks...
I got this message.   This is my options. ` $('.date-range1').dateRangePicker({ singleDate : true, showShortcuts: false, singleMonth: true }); `
Hi, I want to set datepicker show on top of input instead bottom. But I see no option to choose. Can you tell me how can I set position for...
I use this datepicker with knockout.js and I have built a list of items, where every next rangepicker would have disabled (not valid) dates that are selected in previous rangepickers...
Hi, Does this calendar Visual able to select a range between multiple Years and Months? Regards AK
Hi, I have 3 daterange pickers with same class `filterdaterange`. For first one its opening fine **BUT** for second and third input the daterange picker is auto closing immedeately after...
Hello all, I'm using the daterangepicker (last version) in a Grails application. This library has been added to a main JS file, named as `application.js`. This file is used by...
When I call `$('#departureDate').data('dateRangePicker').open();` inside a function, it is being opened and then closed immediatley. When I call the same API in the code's _root_ (inside `$( document ).ready(function() {)`)...
I couldn't find in the docs a way to select a default range on datepicker initialize. Here's my configuration: ``` jQuery('#id").dateRangePicker({ language: 'pt' startOfWeek: 'monday' hoveringTooltip: false inline:true, container: '#container'...