Skip to main content

All Questions

1 vote
1 answer
185 views

jQuery datepicker changes in date format

the below code isn't working for me. The date switches from 15/5/2012 to 05/15/2012 whenever I try to change it. <script> $(document).ready(function(){ $("#date").datepicker({ }); ...
methuselah's user avatar
  • 13.1k
1 vote
2 answers
4k views

ASP.NET MVC: jQuery UI DatePicker Set minDate and maxDate from Model on AJAX Loaded Page

I have a dialog form that pops up and its content is loaded using the jQuery load function. On that ajax loaded page there is a jQuery UI datepicker and in the Model that I pass to the view, I have ...
Nick Olsen's user avatar
  • 6,349
0 votes
2 answers
4k views

Can I use the onSelect jQuery UI DatePicker event with an inline date picker?

I'm trying to use the jQuery UI datepicker as an inline calendar. A user clicks a date on the calendar, and it runs an AJAX request to return data only from the chosen date. The AJAX function I've ...
k_woodhouse's user avatar
0 votes
1 answer
327 views

jQuery AJAX call with datePicker working everywhere except IE 6, 7

I am having a tough time figuring out why this piece of jQuery code isn't working in IE 6 or 7: $("#date").datepicker({ dateFormat: "mm-dd-yy", altFormat: "yy-mm-dd", altField:...
Aaron's user avatar
  • 10.7k
0 votes
1 answer
895 views

How to make days enabled in UI datepicker after month change?

Original question link: Help! How to make days enabled in UI datepicker after month change? First of all, The solution of Nick Craver is wonderful. But I got another problem: The Nick Craver's ...
qinHaiXiang's user avatar
  • 6,319
1 vote
1 answer
2k views

jQueryUI DatePicker Customizing the Year

I have a Datepicker using jqueryui DatePicker. The behavior requirement is: A User can store a Birthdate for a friend. The User should be able to store a year if known, or select "N/A". If "N/A" ...
kinet's user avatar
  • 1,780
32 votes
13 answers
42k views

jQuery UI datepicker opens automatically within dialog

I have a datepicker which is used within the jQuery dialog object. The source of the dialog's content is loaded using .load(). Within the dialog I created a script which creates a datepicker for the ...
turezky's user avatar
  • 856

15 30 50 per page
1
2