Difference between revisions of "SET DATE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET MARK, SET VAXTIME, | + | [[SET MARK]], [[SET VAXTIME]], [[CTOD()]], [[DATE()]], [[DTOC()]], [[DTOS()]], [[DTOV()]], [[MDY()]], [[VTOD()]], [[STOD()]], [[DMY()]] |
Line 56: | Line 56: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|DATE]] |
Revision as of 12:52, 11 March 2009
Contents
SET DATE
Class
Date and Time Data
Purpose
Determine input and output date formats
Syntax
SET DATE [TO] AMERICAN | ANSI | BRITISH | DMY | ITALIAN | JAPAN | FRENCH | GERMAN | MDY | USA | YMD
See Also
SET MARK, SET VAXTIME, CTOD(), DATE(), DTOC(), DTOS(), DTOV(), MDY(), VTOD(), STOD(), DMY()
Description
The SET DATE command specifies the input and output format for dates. The following summarizes the available date formats.
Date | Format |
AMERICAN (or MDY) | mm/dd/yy |
ANSI | yy.mm.dd |
BRITISH or FRENCH or (DMY) | dd/mm/yy |
GERMAN | dd.mm.yy |
ITALIAN | dd-mm-yy |
JAPAN or (YMD) | yy/mm/dd |
USA | mm-dd-yy |
If SET CENTURY is ON, then the years will be formatted with four digits, i.e. yyyy. The SET MARK command may be used to specify an alternate character to separate the parts of a date.
Example
set date german use patrons index dates seek ctod("01.01.98") set century on seek ctod("01.01.1998")
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer