| Package | feathers.controls |
| Class | public class DateTimeMode |
| Inheritance | DateTimeMode Object |
| Product Version : | Feathers 3.0.0 |
| Constant | Defined 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 | ||
| DATE | Constant |
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_TIME | Constant |
public static const DATE_AND_TIME:String = "dateAndTime"| Product Version : | Feathers 3.0.0 |
Both date and time will be displayed.
| TIME | Constant |
public static const TIME:String = "time"| Product Version : | Feathers 3.0.0 |
Only the time will be displayed. The date will not be displayed.