Enable JavaScript in the browser to display LibreOfficeDev Help pages.

Date Function

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

Syntax:


Date[$][()]

Example:


Sub ExampleDate
    འཕྲིན་དོན་སྒྲོམ"The date is " & Date
End Sub