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

There is error in the code, the docs say to use this to bind events: ```javascript $('#dom-id').dateRangePicker(); ``` but this will create window resize event with box as undefined and...

Status: needs submitter response

I have an issue on datepicker when i want to change a range manually. If I click on the input and the plugin interface is displayed and then I select...

The culprit ([src](https://github.com/longbill/jquery-date-range-picker/blob/master/src/jquery.daterangepicker.js#L907)): ``` //if it is a touch device, hide hovering tooltip if (opt.isTouchDevice) opt.hoveringTooltip = false; ``` I can only see one reason for this line of code,...

Type: bug
Type: regression
Status: todo

**Current situation** When using `batchMode = 'week'` and suppose the week Monday 07-09-2015 to Sunday 13-09-2015, has an intermediate day such as Friday 18-09-2015 which is _not available_ (realised by...

Type: bug
Status: todo

Is there a method can update datepicker options, like this ``` $(dom).data('dateRangePicker').updateOptions({batchMode: 'month'}) ```

Type: enhancement
Status: todo

We create a calendar icon for the input then we wanted to click on the calendar icon to open/close the datePicker depending on its status, so I believe a toggle...

Status: needs submitter response

I just upgraded to the newest version and the get API functions are no missing data: function (params) { params.StartDate = moment($('#reportrange').data('dateRangePicker').getStart()).format("YYYY-MM-DD HH:mm"); params.EndDate = moment($('#reportrange').data('dateRangePicker').getEnd()).format("YYYY-MM-DD HH:mm"); //$("#reportrange").data('daterangepicker').endDate.format('DDMMMYYYY'); } Can...

Type: enhancement
Status: todo
Category: help wanted

I was wondering if there was a way to traverse through months other than using left/right movement using the arrows present. Ideally I would like to traverse through the calendar...

Type: enhancement
Status: todo

Is there an option of having multiple calendars opened for a date range selection? I mean like this one: http://tamble.github.io/jquery-ui-daterangepicker/.

Type: enhancement
Status: todo