ReferenceSQL ReferenceSQL FunctionsfunctionsISDATEOn this pageCategories: Datatype, Boolean ISDATE Returns true if the input expression can be cast to a date. Syntax ISDATE(expression varchar) → boolean expression: Input expression. Examples ISDATE example SELECT ISDATE('2021-04-22')-- True