Advertisements
SET EPOCH
Specify a base year for interpreting dates
Syntax
SET EPOCH TO <nEpoch>
Arguments
<nEpoch> Base Century.
Description
This command sets the base year value for dates that have only two digits. The default setting is 1900. Dates between 0100-01-01 and 2999-12-31 are fully supported.
Examples
SET EPOCH TO 2000
Compliance
Clipper
Seealso
SET DATE, SET CENTURY, CToD(), Date(), DToC(), Set()
Advertisements