FUNCTION: IsDate( )
Implemented in version 1.0
IsDate(Expression)
The IsDate function determines if the expression is a date.
Code:
<% mydate = "6/26/1943" %>
<% =IsDate(mydate) %>
Output:
True
Code:
<% =IsDate("This is a string.") %>
Output:
False
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|