jquery-date-range-picker
jquery-date-range-picker copied to clipboard
A jQuery plugin that allows user to select a date range
update /Do/ format for ordinal suffix "rd" see #415
line 663 "week-number": "周", line 673 "next-week": "下周", should be "week-number": "週", "next-week": "下週", where 周 is simplified chinese for line 679 "default-less": "請選擇小於%d天的日期範圍", if this is a message for...
i have used jQuery Date Range Picker and in one page used two DateRange picker one is hide and another is show firsttime. when i show already hide datarange picker...
Hi, how I can check from the code datepicker status? (opened/closed)
Hi, How can i set selected-days-num value in input ?
**Using singleMonth: true** If the daterangepicker value is empty, the opening month will always be the previous month to now. Example: If we're currently in August, the daterangePicker will always...
Hello. I have two input date range. By default the date-picker-wrapper has 450px (aprox.) of width, also I have two months. When on smaller screen, let say 420px you get...
Hi, small mechanism to flip end and last dates during selection. Put this lines after block 'box.find('.day').each(function() {});' in dayHovering method: ``` var first_date_selected = box.find('.day.first-date-selected'); var last_date_selected = box.find('.day.last-date-selected');...
Im working on a project and I have been using this great picker! Awesome work! I'd really like to be able to not only set the range between two dates....
Is it possible to set default timezone to use across this plugin?