On Thursday, March 03, 2011, Ryan Lange wrote: > ["date_format"] => string(5) "d.M.y"
I may be very very wrong about this, but wouldn't that be allowing a single digit for for any of the date parts? Here is what I read: M Month, one or two digit d Day of the month, one or two digit y Year, at least one digit Maybe you should be doing: "dd.MM.yyyy" Maybe you could use a constant, and that will help with localization: Zend_Date::DATE_SHORT
