How can i force date... taken from server

Hi all,

Somebody knows, if i can force notes client to take date from the home server? (with local configuration)

Thanks in advanced

Subject: How can i force date… taken from server

I don’t quite understand what you mean by “take date”.

If you mean to synchronize the PC clock with the server clock, then try searching here and or using Google.

If you mean how to obtain the setver time from a Domino server, then here is a trick:

  1. Get a handle to a setver database (notesSession.currentDatabase, or names.nsf on the server)

  2. Create a (memory) NotesDocument

set doc = db.createDocument()

  1. Obtain the created time of the document

dim serverTime as variant ’ date/time

serverTime = doc.created