ADXDCS |
adxdcs determines the first year of the dates for the entry date with the year in two digits.
[S]adxdcs Integer
# Entry of an end date for the fixed asset[S]adxdcs = 1950
# If the user entered 12/31/95, the date will equal [12/31/1995] # if s/he entered 12/31/25, it will be [12/31/2025]# You prepare to enter the birth date of an employee's parents.
[S]adxdcs = 1890
# You prepare to enter the birth date of an employee's child.[S]adxdcs = 1920
adxdcs is an Adonix system variable of the Integer type that sets the first year of the century for the dates for which the year is only determined with two digits.
To facilitate date entry, there are formats that make it possible to enter just the last two digits of the year, since the millenium and century are known implicitly. However, this may depend on the context. This variable allows you to remove any ambiguity and determine, for example, whether "12/31/05" refers to December 31st of 1905 or December 31st of 2005.
With [S]adxdcs = 1900, you will be able to enter all dates from 01/01/1900 to 12/31/1999. "12/31/05" will mean 12/31/1905, accordingly.
With [S]adxdcs = 1910, you will be able to enter all dates from 01.01.10 to 31.12.10. "12/31/05" will mean 31.12.05, accordingly.
It is the same for the aweek, gdat$, etc. functions.
The adxdcs value can be between 1600 and 9900.
Its default value is 1940.
adxdsc is loaded by the GLOBVAR supervisor process from the DSC parameter of the Adonix chapter.
Modifying the DSC parameter will update the adxdsc variable.
No associated error
|
|