get current time

Hi everybody

I want to get the time of client machine and show him time set of his own machine

Whenever user opens the application I want it to capture the time of client machine and display him in main page of my application on browser .Server on which application is deployed may be placed anywhere else in some other timezone.So no server time

Thanks

harry

[390 byte] By [harrriiiia] at [2007-11-27 11:03:46]
# 1

System.out.println(new Date());

dwga at 2007-7-29 12:52:33 > top of Java-index,Java Essentials,Java Programming...