PopupDateFormat can be one of:
Constant | Description |
---|---|
Enums.PopupDateFormatDayShortMonthYear | (0) Example: 30 Dec 1997 |
Enums.PopupDateFormatLongDate | (1) Example: Tuesday, December 30, 1997 |
Enums.PopupDateFormatLongMonthDayYear | (2) Example: December 30, 1997 |
Enums.PopupDateFormatLongMonthYear | (3) Example: December 1997 |
Enums.PopupDateFormatShortDate | (4) Example: 12/30/1997 |
Enums.PopupDateFormatShortDateLE | (5) Example: 30/12/1997 |
Enums.PopupDateFormatShortDateLELongTime | (6) Example: 30/12/1997 5:59:59 PM |
Enums.PopupDateFormatShortDateLELongTime24 | (7) Example: 30/12/1997 17:59:59 |
Enums.PopupDateFormatShortDateLEShortTime | (8) Example: 30/12/1997 6:00 PM |
Enums.PopupDateFormatShortDateLEShortTime24 | (9) Example: 30/12/1997 18:00 |
Enums.PopupDateFormatShortDateLongTime | (10) Example: 12/30/1997 5:59:59 PM |
Enums.PopupDateFormatShortDateLongTime24 | (11) Example: 12/30/1997 17:59:59 |
Enums.PopupDateFormatShortDateShortTime | (12) Example: 12/30/1997 6:00 PM |
Enums.PopupDateFormatShortDateShortTime24 | (13) Example: 12/30/1997 18:00 |
Enums.PopupDateFormatShortMonthYear | (14) Example: Dec 1997 |
Enums.PopupDateFormatYear | (15) Example: 1997 |
Enums.PopupDateFormatUnknown | (-1) Unknown date format |