Function reference
Return the number of months one date occurs after another.
MonthsAfter ( ‘date1’, ‘date2’ )
| Argument | Description |
| date1 | A date value represented as string that is the start of the interval being measured |
| date2 | A date value represented as string that is the end of the interval |
Data type: Long
Returns a long containing the number of months
Example
This expression returns 7
MonthsAfter( ’2013-04-21’ , ’2013-11-27’ )

