Navigation:  Using CGX - Step-By-Step > Step 2-Select Output >

Custom Date Format Notation

Previous pageReturn to chapter overviewNext page

Custom Date Format Notation

M = numeric month - no leading zero
d = numeric day - no leading zero
yy = 2 digit year
yyyy = 4 digit year
dddd = weekday name
MMM = abbreviated name
MMMM = full month name

 

All other characters will be included in the position placed exactly as entered.

Date separator characters are not automatically added in custom field definitions

 

Examples for September 4, 1999:

 

M/d/yyyy = 9/4/1999
MM.d.yyy = 09.4.1999
M/d/yy = 9/4/99
MMM d, yyyy = Sept 4, 1999
dd MMMM yyyy = 04 September 1999