3
Answers

To get Server's date and time to client machine

Rachel Monica

Rachel Monica

9y
728
1
I have 4-5 clients machines and one server. I want the server's date and time but not the clients date and time. If i need the clients date and time i could have used DateTime.Now in c# and var date= new Date() in jQuery. But I dont want this. I want the server's date and time it may be using jQuery or webservices or mvc. 

Answers (3)