| Package | mx.formatters |
| Class | public class DateBase |
| Inheritance | DateBase Object |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| dayNamesLong : Array
[static]
Long format of day names.
| DateBase | ||
| dayNamesShort : Array
[static]
Short format of day names.
| DateBase | ||
| monthNamesLong : Array
[static]
Long format of month names.
| DateBase | ||
| monthNamesShort : Array
[static]
Short format of month names.
| DateBase | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| timeOfDay : Array
[static]
Time of day names.
| DateBase | ||
| dayNamesLong | property |
public static var dayNamesLong:ArrayLong format of day names.
The default value is [Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"].
| dayNamesShort | property |
public static var dayNamesShort:ArrayShort format of day names.
The default value is ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"].
| monthNamesLong | property |
public static var monthNamesLong:ArrayLong format of month names.
The default value is ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]..
| monthNamesShort | property |
public static var monthNamesShort:ArrayShort format of month names.
The default value is ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct","Nov", "Dec"].
| timeOfDay | property |
timeOfDay:Array [read-write]Time of day names.
The default value is ["AM", "PM"].
public static function get timeOfDay():Array
public function set timeOfDay(value:Array):void
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/mx/formatters/DateBase.html