You'd need to write a new Wicket UI component for this. The Wicket viewer architecture is pluggable (write an implementation of ComponentFactory) so you ought to be able to develop one and plug it in.
The existing component that renders LocalDate's (JodaLocalDatePanelFactory and JodaLocalDatePanel) would be a good starting point to work from. Dan On 8 July 2014 08:16, Erik de Hair <e...@pocos.nl> wrote: > Hi, > > Is there a way to get a datetime picker rendered? I have a property with > type org.joda.time.DateTime but it is not possible to pick/set a time with > the date picker or manually enter the time after the date (only numerics > allowed). > > Thanks, > Erik >