Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
DATE-FORMAT (TCL) (m604806+dateformat.htm)
Changes locally the format in which the date (numeric format with separators) is displayed.
DATE-FORMAT {(options}
I International format. Sets the date format locally to International for the duration of the current session (that is, until next logoff/logon). If you omit the I option the date format is set locally to U.S. format.
Two formats are available:
mm/dd/yyyyU.S. format.
dd/mm/yyyyInternational format.
where:
mm is the number of the month (range 1-12).
ddis the number of the day in the month (range 1-31)
yyyyis the year comprising from zero to four digits, depending on the conversion (default is four digits).
/ represents the non-numeric separator specified with the conversion.
These are dates displayed via forms of the English D conversion that include a separator.
The date format is reset to that defined in the database config file whenever the database daemon is started up.
The following command forces the date format at the local port to U.S. (mm/dd/yyyy) for the duration of the current session:
DATE-FORMAT
The following command forces the date format at the local port to International (dd/mm/yyyy) for the duration of the current session:
DATE-FORMAT (I