DATEFORM = (MDY | DMY | YMD | YDM)
This parameter specifies how dates are displayed and input. Dates are displayed with a 4-digit year format unless a 2-digit year format is specified. You can use periods or back slashes (/) to separate the month, day, and year values.
This parameter applies only to Gregorian dates.
Value | Description |
---|---|
MDY | This value indicates that dates are displayed
or input in one of the following formats:
|
DMY | This value indicates that dates are displayed
or input in one of the following formats.
|
YMD | This value indicates that dates are displayed
or input in one of the following formats.
|
YDM | This value indicates that dates are displayed
or input in one of the following formats.
|
Modifiable through MODIFY INITPARMS command: NO