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 for multiple inputs

I have a jQuery datepicker script: $(function() { $( "#datepicker" ).datepicker({ dateFormat: "yyyy-mm-dd" }); }); When I want to initialize this script for two …

javascript jquery jquery-ui datepicker jquery-ui-datepicker
How to set locale format from datepicker?

How can I set the date format in jQuery UI's datepicker according to the user's locale? I get source html: &…

jquery jquery-ui datepicker jquery-ui-datepicker
How to make jqueryUI datepicker submit in a different format than what is being displayed?

I'm working on some internationalization using jQueryUI. I have a DatePicker control on a form that is properly working in …

jquery-ui internationalization jquery-ui-datepicker
Jquery datepicker - only day and month

I want the user to specify their birthday or anniversary date (without year) in a form. For this, I want …

jquery jquery-ui datepicker jquery-ui-datepicker
The field date must be a date in mvc in chrome

I'm doing a simple MVC4 Internet application, which allows to add some items to the categories. Here is what i've …

jquery asp.net-mvc asp.net-mvc-4 jquery-ui-datepicker
Manual date entry validation for jQuery UI Datepicker maxDate option

I have jQuery datepicker on a page that needs to allow manual entry of the date, but also needs to …

jquery jquery-ui date jquery-validate jquery-ui-datepicker
jQuery UI Datepicker : how to add clickable events on particular dates?

I want to highlight the dates on jquery datepicker where there are events attached to it (i'm not talking about …

jquery jquery-ui jquery-plugins datepicker jquery-ui-datepicker
How do I connect jQuery Datepicker to my Ruby on Rails form?

I'm trying to use the jQuery Datepicker to set a date field in my Ruby on Rails form, but I …

jquery ruby-on-rails jquery-ui jquery-ui-datepicker
DateTimePicker AM/PM Dropdown

I'm using (and loving) datetimepicker, the great add on to the jQuery UI Datepicker. However, I'm using the dropdown option (…

jquery jquery-ui-datepicker datetimepicker custom-datetimepicker
Why doesn't jQuery UI datepicker work in jQuery dialog modal?

I want to use jQuery UI datepicker in one of my text inputs. This one is in a dialog modal. …

jquery datepicker jquery-ui-datepicker uidatepicker