Packagemx.formatters
Classpublic class DateBase
InheritanceDateBase Inheritance Object

The DateBase class contains the localized string information used by the mx.formatters.DateFormatter class and the parsing function that renders the pattern. This is a helper class for the DateFormatter class that is not usually used independently.

See also

mx.formatters.DateFormatter


Public Properties
 PropertyDefined by
 Inheritedconstructor : 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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  timeOfDay : Array
[static] Time of day names.
DateBase
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
dayNamesLongproperty
public static var dayNamesLong:Array

Long format of day names.

The default value is [Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"].

dayNamesShortproperty 
public static var dayNamesShort:Array

Short format of day names.

The default value is ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"].

monthNamesLongproperty 
public static var monthNamesLong:Array

Long format of month names.

The default value is ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]..

monthNamesShortproperty 
public static var monthNamesShort:Array

Short format of month names.

The default value is ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct","Nov", "Dec"].

timeOfDayproperty 
timeOfDay:Array  [read-write]

Time of day names.

The default value is ["AM", "PM"].

Implementation
    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