Github user svenmeier commented on the issue:
https://github.com/apache/wicket/pull/235
I've pushed my changes with many changes:
- datetime is now partially reusing the new java.time converters in core
- unnecessary converter in TimeField removed
- core's ZonedDateTImeConverter includes the timezone for formatting too
- renamed fields with text input to LocalDateTextField and new
LocalTimeTextFIeld
- LocalTimeField, LocalDateTimeField and ZonedDateTimeFIeld are better
FormComponents now
- ZonedToLocalDateTimeModel allows converting ZonedDateTime to
LocalDateTime in the client's timezone
- the example shows more features now
Sorry, I've referenced the wrong issue in the commit, I'll clean this up
once we merge this branch into master.
---