jquery-date-range-picker
jquery-date-range-picker copied to clipboard
A jQuery plugin that allows user to select a date range
ES6 have many good simple syntax than ES5. But for implement this syntax, I think `webpack` will be better for build tool instead of `Gulp`.
I've modify like this in 'jquery.daterangepicker.min.js'. `/*endDate: !1,*/ 'endDate' : '2017-07-21',/*限制结束日期*/` then, it doesn't show the date from 2017-07-01 to afterwards. But what the wanted result is that I need...
as the description ,when set such case ,the week select function does not work
In some cases, the pop will go too far to the left of the window Example: 
Initial approach to separate non-default language files
In the `init_datepicker()`-Function there is a click-event bound to the document. `$(document).bind('click.datepicker', function(e){` But in your destroy-method is no unbind. Please add the unbind to the detroy-method. `$(document).unbind('.datepicker')` Thanks.
In some cases date that could not be selected as start date could be selected as end date. For example, there is range of three available dates, after choosing one...
I am using the configuration for date1 ~ date2 (2 input's - one for each date). When I type a date into the date1 field, no selection is reflected on...
Hi, I have drop down which have some values... so Based on that drop down value I want to change the end Date for date range picker.. ( for user...
When I choose period in Spring or Autumn including DST days ( 23 Hours on Spring and 25 on Autumn). This way we have wrong days count. I fixed it...