TRUECALC
Functions

ISDATE

True if value is a date

Try it

When to use it

When should I use ISDATE?

Use ISDATE to test whether a value is recognized as a date — useful for input validation in data-entry workflows where date fields must contain valid date values before downstream calculations proceed.

Used in

operations

Syntax

ISDATE(value)

On this page