CDate Function
Syntax CDate(expr)
Group Conversion
Description Convert to a Date value.
Parameter Description
expr Convert a number or string value to a date value.
Example '#Language "WWB.NET"SubMain Debug.Print CDate(2) ' 1/1/00EndSub