IntControl 41

Syntax:

IntControl (41, p1, 0, 0, 0)

 

Controls YmdHms format returned by time functions.

p1  Meaning

0 2-digit year (YY:MM:DD:HH:MM:SS) 

1 4-digit year (YYYY:MM:DD:HH:MM:SS) (default) 

-1 Don't change (just return current setting)

 

Note: The YY’s in the range 50 to 99 are assumed to be in the range 1950 to 1999. YY’s in the range 00 to 49 are assumed to be in the range of 2000 to 2049.

This affects the following functions which return a YmdHms string: FileYmdHms, TimeAdd, TimeJulToYmd, TimeSubtract, TimeYmdHms.

Returns previous setting.