Now Function [Runtime]/text/sbasic/shared/03030203.xhpSun Microsystems, Inc.converted from old format - fpeNow functionNow Function [Runtime]Returns the current system date and time as a Date value.Syntax:NowReturn value:DateExample:Sub ExampleNowmsgbox "It is now " & NowEnd sub