galaris/maashaack

Add new methods in the DateFormatter class to defines the list of week day names and month names.

Closed this issue · 1 comments

Add new methods in the DateFormatter class to defines the list of week day
names and month names.

In the next version of the Flash Player 10.1 we can use the new
globalization API to create a good DateFormatter class with i18n inside.

For the moment i add 4 new methods in the DateFormatter class to defines
the list of month and week day names :

 * getMonthNames( names:Array )
 * getWeekdayNames( names:Array )
 * setMonthNames( names:Array )
 * setWeekdayNames( names:Array )


Original issue reported on code.google.com by ekamel...@gmail.com on 16 Oct 2009 at 9:01

Fixed in the revision 911

Original comment by ekamel...@gmail.com on 16 Oct 2009 at 9:01

  • Changed state: Fixed