isTomorrow
Last updated: 8/28/2026Returns true if the input date or datetime corresponds to the next day.
Arguments
Input date or datetime.
Examples
| Expression | Result |
|---|---|
| isTomorrow(addToDateTime("d", 1, getCurrentDateTime())) | true |
Returns true if the input date or datetime corresponds to the next day.
Input date or datetime.
| Expression | Result |
|---|---|
| isTomorrow(addToDateTime("d", 1, getCurrentDateTime())) | true |