2.5.1 Date Format
Mandatory. Default=SYSFMT.
Rules
Allowable values are:
|
Date Format Examples
For example, the date 28th October 1986 would have to be entered as follows to satisfy each format type:
|
Tips & Techniques
-
In a client/server application, the client's date format will be automatically passed to the server. If the client and server date formats are different (e.g. MDY vs DMY), the server will automatically return data in the client's format.
-
The client's format can be changed from the default by specifying the X_RUN parameter DATF=. For more information, please refer to Standard X_RUN Parameters.
-
If client and server date formats are different (such as between USA and UK clients), date format validation rules specifying exact formats will fail. For example, DDMMYY may be returned as MMDDYY. Where clients need to use different date formats, date format SYSFMT is recommended.