Back to List
Placeholder | Replace With |
date | A date value, such as a Date variable |
num | A number value |
You can add a certain number of years to a Date variable. The result of this computation is a new date value, which can be merged into the assembled document.
In this script, HotDocs adds 30 years to the date the loan originated:
LoanOriginationDate + 30 years
Back to List