4 Replies Latest reply on Feb 6, 2007 4:29 PM by tony.herstell1

    A time picker?

    smokingapipe

      Seam comes with a nice DatePicker component, which is very easy to use. But if I need to pick a time, not just a date, is there a good component for that?

      One way I could do it is to have an input for the hour, an input for the minute, and then a date picker. That would give me three fields which need to be converted into a single value, namely a long value which represents the time in Java. Is there a way I can make a converter that grabs all three values at the same time and converts it into one thing?