%ADDWORKINGDAYS{"format" date="date|$variable" delta="days" holidays="comma separated list of dates"}%
Parameter: | Description:![]() | Default: |
---|---|---|
holidays="list of dates" | comma separated list of dates. The dates can be in any format defined in System/TimeSpecifications | none |
delta="number of days" | Days can be positive for the future or negative for the past | 0 |
"format" | Format of the displayed date. Time is always 12:00 in returned result. The tokens are specified Time Format Tokens below | format defined by the {DefaultDateFormat} setting in configure |
date="date" | List of dates separated by comma. If delta is a positive number the latest of the dates is used. If delta is negative the earliest date is used. The dates can be in any format defined in System/TimeSpecifications (time is ignorred), or it can be the name of a TimeCalcPlugin storage name prefixed by a '$'. E.g. $myvar | today |
store="variablename" | Name of a variable in which the calculated date is stored. This variable can be used in another TimeCalcPlugin macro as an input date | none |