Any chance this will ever come to light? We want to have the ability to edit time portion of a date while in the calendar popup.
Announcement
Collapse
No announcement yet.
X
-
My date picker dialog with time looks like this. (screenshot attached)
Code:... final DateItem fromDateField = new DateItem("fromDateField", "From"); fromDateField.setUseTextField(true); fromDateField.setDisplayFormat(DateDisplayFormat.TOSERIALIZEABLEDATE); fromDateField.setRequired(true); fromDateField.setValue(fromDate); final DateItem toDateField = new DateItem("toDateField", "To"); toDateField.setUseTextField(true); toDateField.setDisplayFormat(DateDisplayFormat.TOSERIALIZEABLEDATE); toDateField.setRequired(true); toDateField.setValue(toDate); ..
Comment
-
Thanks for your input - but we already have that functionality - we want to be able to edit the date object using the pickericon kind of like this
http://designingwebinterfaces.com/bl...picker_ex3.pngLast edited by acarur01; 9 Jun 2011, 08:50.
Comment
Comment