Microsoft® Visual Basic® Scripting Edition Date Function |
Language Reference Version 1 |
Returns the current system date.
Date
The following example uses the Date function to return the current system date:Dim MyDate MyDate = Date ' MyDate contains the current system date.