MONTHS FROM( DATE, DATE )

Placeholder Tooltip Replace With
DATE start: Date A date value, such as a Date variable
DATE finish: Date A date value, such as a Date variable. (These values can be in any order.)

Returns a Number value

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:

MONTHS FROM( Judgment Date, TODAY )