Back to List
Placeholder | Replace With |
date | A date value, such as a Date variable |
date | A date value, such as a Date variable (These values can be in any order.) |
The months from expression calculates the number of months between two given dates.
The following example finds the number of months between the judgment date and today—in months:
monthsFrom( JudgmentDate, today )
Back to List