Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOfficeDev.

Date Function

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

Sintaxis:


Date[$][()]

Ejemplo:


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