Returns true if a given date or dateTime is between now and now - delta months.
Date
inLastMonths(<dateTime>,<delta>)
Parameter | Type |
---|---|
date time | dateTime |
delta | integer |
inLastMonths(<dateTime>,<integer>)
Returns a boolean.
inLastMonths(toDateTime('2023-12-12T01:11:00Z'), 4)
Returns true.