I want to display a current month name in Polish language.
So I use Zend_Date::get(Zend_Date::MONTH_NAME);
but it displays 'stycznia' (specified in Zend_Locale_Data .. format/wide)
What I really should display is 'styczeń',
specified in Zend_Locale_Data .. stand-alone/wide
Is it intended, or a bug?
How to get current date this 'stand-alone' format?
Zend_Date::get(Zend_Date::MONTH_NAME_STAND_ALONE);
BTW,
How to get specific key of the array retrieved by this:
Zend_Locale_Data::getList('pl', 'months');
XPath expressions are allowed? mon...@?
--
regards
takeshin
--
View this message in context:
http://n4.nabble.com/Zend-Date-MONTH-NAME-stand-alone-tp1018609p1018609.html
Sent from the Zend Framework mailing list archive at Nabble.com.