How to get Server Date/Time using LotusScript?
Can anyone give me a solution to get the server date/time using lotusscript.
Thanks.
How to get Server Date/Time using LotusScript?
Can anyone give me a solution to get the server date/time using lotusscript.
Thanks.
Subject: Clarify?
I am assuming you want the current date/time that is on the server, and you want to consume this information from the client? Or is it simply from an agent running on the server?
If it’s the former then you could write an agent that runs on the server simply passes back the results of Now() and invoke it from another client side agent. You could issue a console command (show server) to the server in question provided you have rights to do so and parse the results and extract the date/time from it.