inNextMonths inNextMonths

Returns true if a given date or dateTime is between now and now + delta months.

Category

Date

Function syntax

inNextMonths(<dateTime>,<delta>)

Parameters

Parameter
Type
date time
dateTime
delta
integer

Signatures and returned type

inNextMonths(<dateTime>,<integer>)

Returns a boolean.

Examples

inNextMonths(toDateTime('2020-01-12T01:11:00Z'), 4)

Returns true.

recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9