Symbolic Value : Constants; Rich Text
DT_YFMT_xxx - CDEXT2FIELD - DTYearFmt
----------------------------------------------------------------------------------------------------------
#include <misc.h>
Symbolic Values :
DT_YFMT_YY - Displays 2 digit year.
DT_YFMT_YYYY - Displays 4 digit year.
The following DTYearFmt values are valid only for Japanese Imperial calendars:
DT_YFMT_GE - Single letter (first letter ) of epoch name and 1 or 2 digit (no leading zeros) year
DT_YFMT_GEE - Single letter (first letter ) of epoch name and 2 digit (with leading zeros, if necessary) year
DT_YFMT_GGE - Abbreviated spelling and 1 or 2 digit (no leading zeros) year
DT_YFMT_GGEE - Abbreviated spelling and 2 digit (with leading zeros, if necessary) year
DT_YFMT_GGGE - Fully spelled out epoch name and 1 or 2 digit (no leading zeros) year
DT_YFMT_GGGEE - Fully spelled out epoch name and 2 digit (with leading zeros, if necessary) year
Description :
The "Year" format of the "Display Date".
See Also :
CDEXT2FIELD
----------------------------------------------------------------------------------------------------------