GWT Time Picker?

后端 未结 8 1761
青春惊慌失措
青春惊慌失措 2020-12-13 07:19

Does anyone know if in GWT we have a good TimePicker ? In fact I want a widget in order to select hour and minute for GWT.

Thanks

8条回答
  •  借酒劲吻你
    2020-12-13 08:06

    I know this question was asked a while ago, but I came across it during my search for a GWT time picker and I decided to write my own.

    Picture of UTCTimeBox

    It supports many different input formats (4p => 4:00pm, 745 => 7:45am, etc) and has a drop-down menu with times at fixed intervals.

    On iOS, it automatically uses an HTML5 input type="time"

    enter image description here

    Blog article describing the implementation

    Demo of the UTCTimeBox

    Demo of the UTCDateBox and UTCTimeBox being used together

    Download at Google Code

提交回复
热议问题