Date Function

Returns the current system date as a string, or date variant.

Syntax:


Date[$][()]

Example:


Sub ExampleDate
    msgbox "The date is " & Date
End Sub

Please support us!