LibreOfficeDev 25.8 Help
Returns the current system date as a string, or date variant.
Date[$][()]
Sub ExampleDate msgbox "현재 날짜: " & Date End Sub