ISDATE

Returns a boolean meaning whether a value is a date.

Parameter List

Syntax
ISDATE(value)
value

The input that should be categorised as date or no date. For example 2022-09 or 2022-02-09.

Examples

ISDATE("2022-09-02") returns TRUE