Date Statement

Returns the current system date as a string, or resets the date. The date format depends on your local system settings.

āļšāˇāļģāļš āļģāˇ“āļ­āˇ’āļē:


Date ; Date = Text As String

āļ´āļģāˇāļ¸āˇ’āļ­āˇ“āļąāˇŠ:

Text: Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings.

āļ‹āļ¯āˇāˇ„āļģāļĢāļē:


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

Please support us!