This function determines whether an expression can be converted to a date.
IsDate(expression)
Returns True if the expression is a date or can be converted to a valid date; otherwise, it returns False.
In Windows-based applications, the range of valid dates is January 1, 100 through December 31, 9999; the ranges vary among operating systems.