Activa JavaScript nel restolador p'amosar l'ayuda de LibreOfficeDev.

Date Function

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

Syntax:


Date[$][()]

Example:


Sub ExampleDate
    MsgBox "La fecha ye " & Date
End Sub