Date Function

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

Бинтаксис:


Date[$][()]

ΠŸΡ€ΠΈΠΌΠ΅Ρ€:


Sub ExampleDate
    msgbox "БСгодня - " & Date
End Sub