Increases the month portion of a dtl value by a specified number.
Usage
ADDMONTH(date, numberOfMonths)
Parameters
Returns
A copy of the dtl argument, with the integer argument added to the month portion.
dtl
Remarks
Sample
addMonthSample.fls.xml... <textview label="Your next haircut is due on " text='{FORMATDTL((ADDMONTH(sysp.dtlFormOpen, 2)), (dtf yyyy"-"MM"-"dd" "HH":"mm":"ss))}'/> ...
addMonthSample.fls.xml
... <textview label="Your next haircut is due on " text='{FORMATDTL((ADDMONTH(sysp.dtlFormOpen, 2)), (dtf yyyy"-"MM"-"dd" "HH":"mm":"ss))}'/> ...
ADDMONTH(sysp.dtlFormOpen, 2
Figure 291. This textview displays the date two months from the current date
textview
Related links
Search Highlighter (On/Off)