This is an old revision of the document!


Date Token Return Datatype Description
YEAR INTEGER Returns Year in CCYY format.
MONTH INTEGER Returns numeric Month from 1 to 12.
DAY INTEGER Returns numeric Day of the Month.
HOUR INTEGER Returns numeric Hour.
MINUTE INTEGER Returns numeric Minute.
SECOND INTEGER Returns numeric Second.
A C STRING(2) Returns Lowercase am/pm indicator.
AA C STRING(2) Uppercase AM/PM indicator.
D INTEGER Returns numeric Day of the Month (1 to 31).
0D C STRING(2) Zero-filled day-of-month (01, 02, 03)
DD INTEGER Day of year in one, two or three digit format.
0DD C STRING(3) Zero-filled day of year (044)
F INTEGER Non-zero-filled fraction of a second (1, 2)
0F C STRING(2) Zero-filled fraction of a second (01, 02)
H INTEGER 12-hour, non-zero-filled hour of day (12, 1)
0H C STRING(2) 12-hour, zero-filled hour of day (12, 01)
HH INTEGER 24-hour, non-zero-filled hour of day (24, 1)
0HH C STRINg(2) 24-hour, zero-filled hour of day (24, 01)
J DOUBLE Non-zero-filled Julian date (1, 2)
0J C STRING(11) Zero-filled Julian date (01, 02)
M INTEGER Non-zero-filled month number (1-January, 2-February)
0M C STRING(2) Zero-filled day-of-month number (01-January, 02-February)
MM C STRING(3) Three-character month abbreviation (Jan, Feb)
MMM C STRING(varies) Fully spelled month (January, February)
N INTEGER Non-zero-filled minute of hour (1, 2)
0N C STRING(2) Zero-filled minute of hour (01, 02)
Q INTEGER Quarter of the year (1)
QQ C STRING(2) Quarter of the year abbreviation (Q1)
QQQ C STRING(varies) Quarter of the year name (First Quarter)
S INTEGER Non-zero-filled second of minute (1, 2)
0S C STRING(2) Zero-filled second of minute (01, 02)
W INTEGER Day of the week number (1-Sunday, 2-Monday)
WW C STRING(3) Three-character day-of-week abbreviation (Sun, Mon)
WWW C STRING(varies) Fully spelled day-of-week (Sunday, Monday)
YY C STRING(2) Two-digit year (99, 00)
YYYY INTEGER Four-digit year (1999, 2000)
 
Back to top
dev/appendix/reference/date_tokens_insert.1280244493.txt.gz ยท Last modified: 2012/10/26 14:52 (external edit)