geopaulm / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in the revision 911

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