| 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 | 
dayNamesLong:Array  [read-write] Long format of day names.
 The default value is [Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"].
    public static function get dayNamesLong():Array
    public function set dayNamesLong(value:Array):void
| dayNamesShort | property | 
dayNamesShort:Array  [read-write] Short format of day names.
 The default value is ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"].
    public static function get dayNamesShort():Array
    public function set dayNamesShort(value:Array):void
| monthNamesLong | property | 
monthNamesLong:Array  [read-write] Long format of month names.
 The default value is ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]..
    public static function get monthNamesLong():Array
    public function set monthNamesLong(value:Array):void
| monthNamesShort | property | 
monthNamesShort:Array  [read-write] Short format of month names.
 The default value is ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct","Nov", "Dec"].
    public static function get monthNamesShort():Array
    public function set monthNamesShort(value:Array):void
| 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