How can I get "Time" input from user.

Hi Friends,

Using jsp how can I make user to enter time. I can get input in a textbox like 12:34:45 by making user to enter time in a particular format. But it is not user friendly.

I can also write javascript code for spinner control (one text box and two buttons up and down) for each hour(12),min(34),sec(45) with two buttons for each of these three text boxes but will not give me good GUI.

Is there any other better solution.

Waiting for your precious response.

Thanks.

[513 byte] By [Rojara] at [2007-11-26 15:06:53]
# 1
yes, the solution is make your clock dynamic.. when the page loads, a javascript timer will be called and it will get the value of the clients system time..
jgalacambraa at 2007-7-8 8:56:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hello I think you have misinterpretated me.I want user to enter time in some controls(and not talking abt system time),e.gwhat I mean user providing control so that user can enter at what time he would like to visit certain place.Thanks
Rojara at 2007-7-8 8:56:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Use JavaScript to input the time. Search the net for appropriate example (there are plenty).
sector_a at 2007-7-8 8:56:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...