0
votes
1answer
22 views

jquery datepicker dependent end date

I need to select a date range, with to inputs. To do so I am using two inputs with the jquery datepicker plugin, Actually, I'm trying with the code in their site, I just changed the dateformat param, ...
1
vote
1answer
107 views

How to pull selected date value from jsCalendar

I really like this calendar plugin for my mobile site: https://github.com/michaelkamphausen/jsCalendar Seen working here: http://jsfiddle.net/dQxVV/1/ I am pretty new at JS and am having trouble ...
0
votes
1answer
513 views

JQuery UI date picker end date 1 day after start date

So i am trying to restrict the user from selecting the check-out date to be the same as the check-in date using jQuery UI Date range picker (http://jqueryui.com/datepicker/#date-range). I have ...
0
votes
0answers
504 views

How to customize search rules to handle date range in JQGrid

I'm loading data once from the server and locally filtering the data in advanced search and toolbar search. There is a date-time column on which I should filter for specific date as in : ...
0
votes
1answer
968 views

DatePicker with glDatePicker. date range with two inputs

I'm using glDatePicker to generate a date range selection system. You have a From date input text and a To input text. Is there any way to pass the selected date of one instance of glDatePicker ...
0
votes
0answers
118 views

multiple restricted ranges for date picker don't work with persian dates?

Where the code is incompatible with the Persian Dates? It should be noted: "jquery.ui.datepicker.js" file has been compatible with persian dates. var ranges = [ { start: new Date('1391/08/11'), end: ...
1
vote
1answer
379 views

Jqueryui - Datepicker - Date range offset

I am using jqueryUI datepicker for a reservation form. here's the almost intact code from datepicker with date-range $(function() { var dates = $( "#from, #to" ).datepicker({ dateFormat: ...
5
votes
1answer
4k views

jQuery UI Datepicker - Date range - Highlight days in between

I'm looking for a way of highlighting the days in between the date range of 2 inputs on mouse over. This example is nearly doing what I want to achieve: ...
4
votes
2answers
553 views

How to extract every Monday and every fortnightly Monday from a range of two dates in PHP?

I'm using the infamous jQuery UI's Datepicker, and in my form I select a range of two dates. First represents the starting date and the other represents the end date. What I need now is the ...
5
votes
2answers
3k views

jQuery alertnative to 'Timeframe' (date range picker)

I'm trying to find a date ranger picker for jQuery. First I found the jQuery Tools solution which looked absolutely perfect, but unfortunately does not work in IE6 which is by far the most commonly ...
0
votes
1answer
499 views

Calculate date range using javascript

I use a date/time picker to select date and time: var d = new Date(); $('#timePicker').datetimepicker({ dateFormat: 'dd-mm-yyyy', timeFormat: 'hh:mm', separator: '@', minDate: new ...
0
votes
2answers
400 views

how to set a range as default date in keith wood's datepicker?

how to set a "range" by default in keith wood's datepicker ?? link text