Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
R.Prabu
Starting Member
33 Posts |
Posted - 2008-04-14 : 12:56:53
|
| i need to get the browser Time in client sideRegards,Prabu R |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-04-14 : 13:02:11
|
| in javascript:var d = new Date();d.getTime();d.getHours();d.getMinutes();d.getSeconds();etc... look up the date object on google_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com |
 |
|
|
|
|
|