Now Function [Runtime] /text/sbasic/shared/03030203.xhp
Now function Now Function [Runtime] Returns the current system date and time as a Date value.
Syntax: Now Return value: Date Example: Sub ExampleNow msgbox "It is now " & Now End sub