DATE-FORMAT


The jBASE DATE-FORMAT command sets or resets the jBASE international date format flag, which is used when formatting dates for output by jBASE programs.

 

COMMAND SYNTAX

DATE-FORMAT {(Options}

 

SYNTAX ELEMENTS

Option Description
I set to international date formatting. e.g. dd/mm/yy.
D reset for default language formatting. e.g. mm/dd/yy.

 

NOTES

If no options are specified then the command will default to the default language format.

 

EXAMPLE

CRT OCONV(9822,"D2/") displays 11/21/94
DATE-FORMAT (I
CRT OCONV(9822,"D2/") displays 21/11/94


Utilities