ReferenceSQL ReferenceSQL FunctionsfunctionsISDATEVersion: 24.3.xOn 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