Reputation: 1445
I need to use a single date time picker component. Currently, I am using DateBox
but I need to pick hours also. As far as I can see, with DateBox
I can specify Input Date Format like "MM/dd/yyyy/hh/mm"
and I can edit the hours and the minutes with the keyboard. But this is not what I want. I want to be able to choose the time with the mouse. And I dont want to have separate dropdown menu for the time, I want the date and the time to be one component. I couldn't find such a gwt component. Do I have to write it manually? Is there something similar, written for gwt that I can use? If not, what can I do in this case?
Upvotes: 0
Views: 288
Reputation: 2542
This picker might suit your needs, further answers can be found regarding this familiar question.
Upvotes: 1