Examples: Today function

' LotusScript assigns Today's date to the String 
' variable whenNow.
Dim whenNow As String
whenNow$ = Today()
Print whenNow$
' Output:
' 6/7/95