Skip to main content

All Questions

0 votes
1 answer
2k views

How to localize jQuery UI DateRangePicker?

I am using jQuery UI DateRangePicker (reference). I would like this daterangepicker available in 3 languages (nl, fr and en). I will be using a switch statement to set the settings for the calendar....
Dennis's user avatar
  • 3,520
0 votes
1 answer
149 views

Calendar not starting from today jqueryui daterangepicker

I am using the jQuery UI Daterangepicker (reference). I want the calendar to start from today, with no max date. I am trying to use moment in the calendar for the dates. This is the HTML & JS ...
Dennis's user avatar
  • 3,520
1 vote
0 answers
422 views

jquery ui datepicker modification.

i would like to display some information about the datepicker when input field is clicked. something similar to this i want to show information about the datepicker where "from" and "to" fields in ...
arjun's user avatar
  • 1,604
0 votes
2 answers
3k views

Set default input values on jquery ui daterange picker inputs to be specific dates

I'm using jquery ui daterange datepicker http://jqueryui.com/demos/datepicker/#date-range my code is below it's pretty much the default initialization. I would like my "to" input field value to be ...
Anagio's user avatar
  • 3,055
3 votes
2 answers
8k views

How to use date range picker along with ajax

I am using date range picker javascript library To select range of date from user $('#date_range').daterangepicker({ arrows:true, dateFormat: ...
Mohan Ram's user avatar
  • 8,445
0 votes
1 answer
4k views

min max date range selection in date range picker

I am using Date Range Picker Codes are here: <input type="text" name="sample" id="sample" class="date_css" value="Select a date" /> Query is here: <script type="text/javascript"> ...
Mohan Ram's user avatar
  • 8,445
0 votes
2 answers
13k views

JQuery Date.parse function implementation

I am using the daterangepicker component of jquery. The Date.parse() function of jquery gives some weird output when i pass the date as "Jan 2011". Here's the sample output for different use cases: ...
manasi's user avatar
  • 1
3 votes
1 answer
1k views

Silent Error in jQuery UI datepicker

I have encountered a very strange problem. I am building a reporting package and part of it uses the daterangepicker library to, well, pick a date range. However, during the function that creates ...
Aatch's user avatar
  • 1,856