inLastDays inLastDays
Returns true if a given date or dateTime is between now and now - delta days.
Category
Date
Function syntax
inLastDays(<dateTime>,<delta>)
Parameters
Parameter
Type
date time
dateTime
delta
integer
Signatures and returned type
inLastDays(<dateTime>,<integer>)
Returns a boolean.
Examples
inLastDays(toDateTime('2019-12-12T01:11:00Z'), 4)
Returns true.
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76