Hi, Wicket just generates the final page markup. So the decision what to use depends on: what user experience you want to provide ? By using HTML5's "date", "datetime", ... types some browsers will show datepicker-like widget, and other browsers won't show anything (older versions of IE). So your users will have different experience if they use different browsers.
Martin Grigorov Wicket Training and Consulting On Wed, Dec 18, 2013 at 9:45 AM, gerritqf <[email protected]>wrote: > Hello, > > I am using Wicket now for a couple of weeks. In my form i have some > datefields. > Now is my question: considering my not so experienced knowledge about > Wicket, is it better to use the html5 input type=date or should i implement > a DateTimeField (like the example in Wicket in Action, page 208)? > > Thanks! > > Greetings Gerrit > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/DateTimeField-or-html5-date-tp4663100.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
