Hi Peers, I like to have a simple time picker in javascript, similar to the one that is in our windows OS (Double click the time in your windows sytem tray). It should allow users to set only time in hh:mm:ss Am/Pm format. It should not hav any popups. Any help on components/resources on this would be greatly appreciated.
In comp.lang.javascript message <bb83f964-bb6a-467a-a58e-05dd5ed148b2@k3 7g2000hsf.googlegroups.com>, Thu, 8 May 2008 23:51:21, pradeeplnara...@gmail.com posted:
> I like to have a simple time picker in javascript, similar to >the one that is in our windows OS >(Double click the time in your windows sytem tray). It should allow >users to set only time in hh:mm:ss Am/Pm format.
Why that? Few countries are incapable of handling the 24-hour clock, and the WWWeb is an international medium of European origin.
Most people can IMHO enter date/time more rapidly by direct typing than with a picker; they'll generally enter a valid combination, and checking that is sufficiently easy.
It's a good idea to read the newsgroup c.l.j and its FAQ. See below.