%CALENDARDAYS{startdate="date|$variable" enddate="date|$variable" includestart="on|off" includeend="on|off"}%
Parameter:![]() | Description: | Default: |
---|---|---|
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 |
includeend="on or off" | Include the end date in the calculation | "on" |
includestart="on or off" | Include the start date in the calculation | "off" |
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 |