inLastYears inLastYears
Returns true if a given date or dateTime is between now and now - delta years.
Category
Date
Function syntax
inLastYears(<dateTime>,<delta>)
Parameters
Parameter
Type
date time
dateTime
delta
integer
Signatures and returned type
inLastYears(<dateTime>,<integer>)
Returns a boolean.
Examples
inLastYears(toDateTime('2023-12-12T01:11:00Z'), 4)
Returns true.
recommendation-more-help
8fe209f2-717b-4d36-904c-71a9532007af