BUGFIX: DateField with calender do not format the date correctly after it's picked from the calendar.

This commit is contained in:
Stig Lindqvist 2012-05-10 17:33:57 +12:00
parent 138ba0c5bf
commit a5355a7f39

View File

@ -20,7 +20,7 @@
// Initialize and open a datepicker // Initialize and open a datepicker
// live() doesn't have "onmatch", and jQuery.entwine is a bit too heavyweight for this, so we need to do this onclick. // live() doesn't have "onmatch", and jQuery.entwine is a bit too heavyweight for this, so we need to do this onclick.
config.dateFormat = config.jqueryDateformat; config.dateFormat = config.jquerydateformat;
$(this).datepicker(config); $(this).datepicker(config);
}); });
} }