Top "Jquery-ui-datepicker" questions

A datepicker widget from jQuery-ui which allows the user to select a date from a popup or inline calendar

Jquery datepicker - manual triggering

I'm using a jquery datepicker in one of my project and I need to trigger the datepicker by clicking on …

jquery datepicker jquery-ui-datepicker
Proper way to add a callback to jQuery DatePicker

DatePicker has an internal function, _adjustDate(), which I'd like to add a callback after. Current Method This is how I'm …

javascript jquery jquery-ui jquery-callback jquery-ui-datepicker
How to limit datepicker's max date to today?

The questions is in the Title. I have two datepickers, from and to. I want to limit the from datepicker …

jquery asp.net-mvc jquery-ui jquery-ui-datepicker
ASP.NET MVC datetime culture issue when passing value back to controller

How can i tell my controller/model what kind of culture it should expect for parsing a datetime? I was …

asp.net-mvc-3 validation data-annotations jquery-ui-datepicker
jQuery DatePicker Too Large

I've implemented the jQuery datepicker. It seems to be working fine but the calendar is too large. jQuery Datepicker http://…

jquery-ui datepicker jquery-ui-datepicker
Remove minDate/maxDate limits in jQuery UI Datepicker

A simple issue, but I can't seem to find the answer. I've limited the date range in jQuery Datepicker: $( "#MyDatepicker" ).…

jquery-ui-datepicker date-range limits maxdate mindate
altFormat not working in jQuery datepicker input field

I have date field (id begin-date) $( "#begin-date" ).datepicker({ minDate: -20, maxDate: "+1M +10D", dateFormat: "yy-mm-dd", altFormat: "yymmdd" }); On post, it …

jquery jquery-ui datepicker jquery-ui-datepicker
How to change jQuery UI Datepicker Z-Index value?

I am forced to use an older version of jquery ui which is 1.8.10. The datepicker in this version had a …

jquery css jquery-ui jquery-ui-datepicker jquery-ui-timepicker
Sonata Admin Bundle: DatePicker range

How would I create a doctrine_orm_datetime_range filter in the Sonata Admin Bundle which uses the jQuery UI …

datepicker symfony-2.1 jquery-ui-datepicker symfony-sonata sonata-admin
Change option dynamically in JQuery UI DatePicker fails

I want to make date range selection using jquery-ui datepicker. First change at #dteStart succeed to set minDate at #dteEnd. …

jquery jquery-ui-datepicker