|
||||
|
Hello,
I am wondering which is the easiest possibility to get localized names of the months ? Currently i am using my own table with months names (somehow in an array as: 0>January, 1->February, aso) but i wanna migrate this to ZF too...
__________________
Zend Framework Tutorials | Zend Framework Forums | Zend Framework IRC Channel | | Zend Framework Resources | CoreShifter | Microsoft Forums | Microsoft Links | Microsoft Books |
|
|||
|
Hi Cristian,
I would check out these two pages from the manual, looks like its what you're after Zend Framework: Documentation Zend Framework: Documentation |
|
||||
|
I've made some success with this
![]() Zend_Loader::loadClass('Zend_Date'); $oDate = new Zend_Date(); $strDate = utf8_decode($oDate->toString("EEEE, dd 'de' MMMM 'de' YYYY")); Take a look inhttp://framework.zend.com/manual/en/zend.date.constants.html and Zend Framework: Documentation |
![]() |
| Thread Tools | |
| Display Modes | |
|
|