May 1995
Beginner
508 pages
16h 14m
English
IsDate Function
IsDate(expression)expression
Use: Required
Data Subtype: Any expression capable of conversion to a date or time.
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