Back to List
Placeholder | Replace With |
date | A date value, such as a Date variable |
num | A number value |
You can subtract any number of days from 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 calculates the date the books need to arrive at the warehouse before they can be shipped:
ShippingDate - 14 days
Back to List