Back to List
Placeholder | Replace With |
date | A date value, such as a Date variable |
num | A number value |
You can add any number of days to a Date variable. The result of this computation is a new date value, which can be merged into the assembled document.
For example, this computation script adds 90 days to the Date variable, PurchaseDate:
PurchaseDate + 90 days
Back to List