diff --git a/forms/DateField.php b/forms/DateField.php index 538b635d9..0b6d5c11f 100644 --- a/forms/DateField.php +++ b/forms/DateField.php @@ -140,7 +140,7 @@ class DateField extends TextField { $config = array( 'showcalendar' => $this->getConfig('showcalendar'), 'isoDateformat' => $this->getConfig('dateformat'), - 'jqueryDateformat' => DateField_View_JQuery::convert_iso_to_jquery_format($this->getConfig('dateformat')), + 'jquerydateformat' => DateField_View_JQuery::convert_iso_to_jquery_format($this->getConfig('dateformat')), 'min' => $this->getConfig('min'), 'max' => $this->getConfig('max') );