Hi,
It depends on whether you need both the time and the date. For the date you can do this:
Dim dateTime As NotesDateTime
Set dateTime = New NotesDateTime( “Today” )
Messagebox( dateTime.LocalTime )
I could see a now() function in the doco but try this instead:
Dim dateTime As New NotesDateTime( “” )
Call dateTime.SetNow
Let me know how you get on.
Oliver
oliver.carr@gmail.com
Discuss This Question: