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.

