Get User's Time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I was wondering if there was a way to get the time from the user's computer.
if i use system.now.hour.tostring() - it will give me the time of the
computer where our server is being hosted...
how can i get the hour and minute of the computer of who's viewing the page..
something like user.now.hour.tostring()
??????
 
how can i get the hour and minute of the computer of who's viewing the
page..

You'd have to use javascript for grabbing info about the client environment.

-Darrel
 
Back
Top