I have current have two UI components used to specify a date and a time. Both components return java.util.Date instances representing the calendar date and tim
I think you're approach is the best you're likely to get without using Joda time. A solution using SimpleDateFormats might use fewer lines, but is not really giving you any benefit.