DateFormat

DateFormat enumeration

Specifies the date format.

Members

Member nameDescription
DATE_MM_DD_YY_HH_MM_AMThe example: 09/30/02 13:00 PM
DATE_MM_DD_YYThe example: 9/30/02
DATE_MMMM_DD_YYYY_HH_MM_AMThe example: September 30, 2002 13:00 PM
DATE_MMMM_DD_YYYYThe example: September 30, 2002
DATE_MMM_DD_HH_MM_AMThe example: Sep 30 13:00 PM
DATE_MMM_DD_YYYThe example: Sep 30, ‘02
DATE_MMMM_DDThe example: September 30
DATE_MMM_DDThe example: Sep 30
DATE_DDD_MM_DD_YY_HH_MM_AMThe example: Tue 9/30/02 13:00 PM
DATE_DDD_MM_DD_YYThe example: Tue 9/30/02
DATE_DDD_MMM_DD_YYYThe example: Tue Sep 30, ‘02
DATE_DDD_HH_MM_AMThe example: Tue 13:00 PM
DATE_MM_DDThe example: 9/30
DATE_DDThe example: 30
DATE_HH_MM_AMThe example: 13:00 PM
DATE_DDD_MMM_DDThe example: Tue Sep 30
DATE_DDD_MM_DDThe example: Tue 9/30
DATE_DDD_DDThe example: Tue 30
DATE_WWW_DDThe example: W41/2
DATE_WWW_DD_YY_HH_MM_AMThe example: W41/2/02 13:00 PM
DATE_MM_DD_YYYYThe example: 9/30/2002
CUSTOMDateTime values are formatted using format string which is set to the project’s None property.
DATE_DD_MM_YYYYThe example: 19/07/2016
DEFAULTThe example: Default date format.

See Also