Examples: Now function

The following example is specific to Windows:

' Display the current date and time in the Long Date format
' (in Windows 3.1, determined by the system's LongDate
' International setting).
Print Format(Now(), "Long Date")
' Output:
' Tuesday, October 06, 1998