Microsoft® Visual Basic® Scripting Edition
IsDate Function
Language Reference

See Also


Description
Returns a Boolean value indicating whether an expression can be converted to a date.

Syntax

IsDate(expression)

The expression argument can be any date or string expression recognizable as a date or time.

Remarks

IsDate returns True if the expression is a date or can be converted to a valid date; otherwise, it returns False. In Microsoft Windows, the range of valid dates is January 1, 100 A.D. through December 31, 9999 A.D.; the ranges vary among operating systems.

© 1997 Microsoft Corporation. All rights reserved. Legal Notices.

Casa de Bender