Performing Date Arithmetic |
Top Previous Next |
Various dates are saved in internal FileLink script variables. For example, the current date is always saved in the %date variable.
FileLink provides two script commands, DATEADD and DATESUB, that allow variables containing a date (i.e., any string in the format mm-dd-yy or mm/dd/yy) to be manipulated by adding or substracting a specified number of days.
See also: Using the %date, %datetime, and %time Variables
|