No way as this is a computed format.
Get the data from Zend_Locale as single value for each day:
Zend_Locale_Data::getContent($locale, 'day', array('gregorian', 'format',
'wide', $weekday));
or as array
Zend_Locale_Data::getList($locale, 'day', array('gregorian', 'format',
'wide'));
and compute/use only the first 3 chars:
iconv_substr($day, 0, 3, 'UTF-8')
Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com
----- Original Message -----
From: "takeshin" <[email protected]>
To: <[email protected]>
Sent: Wednesday, January 27, 2010 3:26 PM
Subject: [fw-general] Zend_Locale weekday short
How to get the array of weekday names in the same format as
Zend_Date::WEEKDAY_SHORT does?
These are not listed neither on 'stand-alone' nor 'format' weekday
information provided by Zend_Locale_Data.
--
regards
takeshin
--
View this message in context:
http://n4.nabble.com/Zend-Locale-weekday-short-tp1311657p1311657.html
Sent from the Zend Framework mailing list archive at Nabble.com.