Date Function

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

Sintaxi:


Date[$][()]

Exemple :


Sub ExampleDate
    Msgbox "La data és " & Date
End Sub

Ens cal la vostra ajuda!