March 2003
Intermediate to advanced
512 pages
14h 30m
English
IsDate Function
IsDate(expression)expressionUse: Required
Data Type: Any.
Variable or expression containing a date or time.
Boolean (True or False).
Determines whether a variable’s value can be converted to a date.
If the expression passed to IsDate is a
valid date, True is returned;
otherwise, IsDate returns False.
IsDate uses the locale settings of the current Windows system to determine whether the value held within the variable is recognizable as a date. Therefore, what is a legal date format on one machine may fail on another.
IsDate is particularly useful for validating data input.
Read now
Unlock full access