|
What is the preferred way to enter times (eg 3:15 PM) on a web page? For the application I'm currently working on, the minutes need only be precise to the nearest 5 minute mark (:00, :05, :10, etc), so a drop-down box is definitely feasible. Currently the only options I can think of using are a text field or drop-down boxes for the hours, minutes, and am/pm, but both methods seem tedious from the user's point of view to me. Is one of those methods better, or is there another method for entering times which would be more pleasant for the users to use?
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|