Increases the day portion of a dtl value by a specified number.
Usage
ADDDAY(date, numberOfDays)
Parameters
Returns
A copy of the dtl argument, with the integer argument added to the day portion.
dtl
Remarks
Sample
addDaySample.fls.xml... <textview label="Your next tennis game is on " text='{FORMATDTL((ADDDAY(sysp.dtlFormOpen, 3)), (dtf yyyy"-"MM"-"dd" "HH":"mm":"ss))}'/> ...
addDaySample.fls.xml
... <textview label="Your next tennis game is on " text='{FORMATDTL((ADDDAY(sysp.dtlFormOpen, 3)), (dtf yyyy"-"MM"-"dd" "HH":"mm":"ss))}'/> ...
ADDDAY(sysp.dtlFormOpen, 3
Figure 292. This textview displays the date three days from the current date
textview
Related links
Search Highlighter (On/Off)