jquery-date-range-picker
jquery-date-range-picker copied to clipboard
A jQuery plugin that allows user to select a date range
Setting option **singleDate = true** then opening date picker, typing any number, then tabbing out of the field does not trigger datepicker-change I dropped 'initiated &&' in showSelectedInfo() and this...
Hi, I'm using the plugin in my website and I applied the container to be an element which has to be `position: relative;`. The problem is, that the picker positioning...
``` javascript $('#date-range21').dateRangePicker( { hoveringTooltip: function(days) { return days > 1 ? days + ' ' + lang('days') : ''; } }); ``` The above does not work because lang()...
I think will be good for highlighting our users that using this library. I just think to create another .html file like users.html. This file filled with logo from company...
I am using the date range picker in combination with MeteorJS and other packages that are incompatible with jQuery 3.x. In older versions of Meteor, I was able to suppress...
Currently, the opening/closing effect is fixed to slideDown/slideUp. It would be great if we have an option to change them to fadeIn/fadeOut. And an option for the easing of the...
The default config example contains `lang('days')` in line 45, which is [deprecated](http://momentjs.com/docs/#/i18n/changing-locale/) since moment v2.8.1 `locale(String)` should be used from this point on. This causes the tooltip to throw an...
Please Support seconds slider. However I think 3 simple drops downs with hour/min/sec will even save more space. ```js time: { enabled: true, showSeconds:true, showMinutes:true, showHours:true, } ``` On time...
Nice plugin! Would be nice to have similar to the Prev Month and Next Month toggles. Thanks
i have select **22-10-2017 to 26-10-2017** daterange after that i need to select **27-10-2017** date on second date this is not select range from 22-10-2017 to 27-10-2017 but it **create...