Hi,
I have developed a desktop application and i am running it on a network.I have stored the application in one computer(Server ) and have shared it .I access this application from other systems(Clients ) by mapping the shared folder and creating a shortcut to it.
In the program i use Date d=new Date() which gives me the date of the client.Is there any means of getting the Server date or syncronizing all systems.
Thank you.
I have developed a desktop application and i am running it on a network.I have stored the application in one computer(Server ) and have shared it .I access this application from other systems(Clients ) by mapping the shared folder and creating a shortcut to it.
In the program i use Date d=new Date() which gives me the date of the client.Is there any means of getting the Server date or syncronizing all systems.
Thank you.
Comment