Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to access server system time

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
i am developing a employee scheduler
i want to know how to access server system time
 
Hi,
In VBA, the function, Now, returns the current Date/Time...
so if you just want the time, you could do something like this...
Code:
MsgBox Format(Now - Int(Now), "hh:mm:ss")
:) Skip,
metzgsk@voughtaircraft.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top