%WORKINGDAYS{startdate="date|$variable" enddate="date|$variable" holidays="comma separated list of dates" includestart="on|off" includeend="on|off"}%
Parameter: | Description: | Default: |
---|---|---|
startdate="date" | date 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 |
enddate="date" | date 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 |
holidays="list of dates" | comma separated list of dates. The dates can be in any format defined in System/TimeSpecifications | None |
includestart="on or off" | Include the start date in the calculation | "off" |
includeend="on or off" | Include the end date in the calculation | "on" |