sql-referencesql-functionsfunctionsISDATEVersion: 0.0.1On this pageISDATECategories: Datatype, BooleanISDATEReturns true if the input expression can be cast to a date.SyntaxISDATE(expression varchar) → booleanexpression: Input expression.Examples{{< codeheader "ISDATE example" >}}SELECT ISDATE('2021-04-22')-- True