jquery-date-range-picker icon indicating copy to clipboard operation
jquery-date-range-picker copied to clipboard

A jQuery plugin that allows user to select a date range

Results 110 jquery-date-range-picker issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Status: needs triage

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. ![image](https://user-images.githubusercontent.com/38225177/38514899-ac9b3d70-3c5c-11e8-9db8-32b954ce6e24.png) ![image](https://user-images.githubusercontent.com/38225177/38515099-6718741a-3c5d-11e8-845c-56fe0c6b0324.png) 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...

Type: enhancement
Status: todo

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...

Type: bug
Status: todo

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'...