IsDate - Built-in Miscellaneous Function¶
Purpose¶
Returns a boolean indicating if the expression represents a date value.
Syntax¶
IsDate(exp)
Arguments¶
| Argument | Required | Description |
|---|---|---|
exp |
Yes | Any valid expression |
Returns¶
Variant with a boolean (VT_BOOL) value
Example¶
Let dTest = CDate("30/05/2010")
Return IsDate(dTest)
Notes¶
- The return value conforms to the standards for variant datatypes