jquery-date-range-picker
jquery-date-range-picker copied to clipboard
A jQuery plugin that allows user to select a date range
Hello, I was using long bill/jquery-date-range-picker and it works fine by default but when a user opens it from Japan then its skipping the days to the right by one...
Trying to implement custom shortcuts. It produces undefined when enabling monthSelect https://jsfiddle.net/k0aLykkc/1/
Hello! My project is a response project. When I was in the browser from the big screen to the mobile phone screen size, click is still doubleMonth. How to determine...
Hello. Great plugin, really dose what I want, but only one issue: How can I make it so all Sundays are disabled by default, but when first date is selected...
For inline range-pickers, the year-selection doesnt work as expected once a selection is made: https://jsfiddle.net/w4gyayuc/1/ In the above fiddle, select a date-range and then try changing the year. (Please let...
i am already use jquery-date-range-picker and now requirement is like based on quanity display disabled date so i have done with first time datepicker load but how is it possible...
@holtkamp is this possible to select multiple date in this date picker?
Range picker shows week number 52 but PHP date function shows that 2016-12-19 is week 51 (also http://whatweekisit.org/calendar-2016.html). 
When I load the page with width < 495px, I see only one calendar. Is there any override to show both calendars? So that, I can adjust the CSS to...
At one point the following code is called: ```javascript $("#fromDate").dateRangePicker().bind('datepicker-change', function (event, obj) { window.clearTimeout($(this).data("timeout")); $(this).data("timeout", setTimeout(function () { // Do your thing here $("#postName").val(''); searchAll(); }, 800)); }); ```...