ZF-4383: Zend_Date::DATETIME_*
Description
I could be missing something, but how can I display a localized date/time, there aren't any predefined consts, and if I specify the custom format, the order of parts won't be localized.
I could be missing something, but how can I display a localized date/time, there aren't any predefined consts, and if I specify the custom format, the order of parts won't be localized.
Comments
Posted by Thomas Weidner (thomas) on 2008-09-26T01:14:09.000+0000
ISO does not define DATETIME formats.
Simply use get() or getDate() or getTime() to get localized formats.
Posted by Thomas Weidner (thomas) on 2009-07-08T08:31:08.000+0000
New feature added with r16561