Packagefeathers.controls
Classpublic class DateTimeMode
InheritanceDateTimeMode Inheritance Object

Product Version : Feathers 3.0.0

Formats for date and time components.



Public Constants
 ConstantDefined By
  DATE : String = "date"
[static] Only the date will be displayed.
DateTimeMode
  DATE_AND_TIME : String = "dateAndTime"
[static] Both date and time will be displayed.
DateTimeMode
  TIME : String = "time"
[static] Only the time will be displayed.
DateTimeMode
Constant Detail
DATEConstant
public static const DATE:String = "date"

Product Version : Feathers 3.0.0

Only the date will be displayed. The time will not be displayed.

DATE_AND_TIMEConstant 
public static const DATE_AND_TIME:String = "dateAndTime"

Product Version : Feathers 3.0.0

Both date and time will be displayed.

TIMEConstant 
public static const TIME:String = "time"

Product Version : Feathers 3.0.0

Only the time will be displayed. The date will not be displayed.