Tests if a string argument can be converted to a date.
ISDATE( string )
string The string to be analyzed to determine if the string represents a valid date.
INT
If a conversion is possible, the function returns 1; otherwise, 0 is returned. If the argument is NULL, 0 is returned.
SQL/2008 Vendor extension.