使用ASP.NET中的JavaScript获取服务器时间
问题描述:
如何从我的系统获取服务器时间,
已经提出了这个问题,但是我没有得到正确的答案,所以请帮助我
在此先感谢
How to get server time from my system,
already raised this question but i didnt get the proper answer so help me pls
Thanks in advance
答
http://msdn.microsoft.com/en-us/library/aa479011.aspx [ ^ ]
检查此链接....:)
http://msdn.microsoft.com/en-us/library/aa479011.aspx[^]
Check this link....:)
请通过下面的链接
Web服务器时间 [
please go through below link
Web server time[^]
server_time = new Date(''" + DateTime.Now.ToString("MMMM d, yyyy HH:mm:ss") + "'');
有关更多信息,请单击下面的参考链接:-
使用Javascript和ASP.NET的显示服务器时间在C# [
For more Info Click at below Reference Link:-
Display Server Time Using Javascript and ASP.NET in C#[^]