MINOR Fixed DatetimeField_Readonly config retrieval

This commit is contained in:
Ingo Schommer 2012-02-29 16:59:07 +01:00
parent 726b9cac46
commit b92676cc86

View File

@ -298,7 +298,7 @@ class DatetimeField_Readonly extends DatetimeField {
$format = sprintf(
$this->getConfig('datetimeorder'),
$this->dateField->getConfig('dateformat'),
$this->dateField->getConfig('timeformat')
$this->timeField->getConfig('timeformat')
);
$valueObj = new Zend_Date(
sprintf($this->getConfig('datetimeorder'), $valDate, $valTime),