[
https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chuck Deal updated WICKET-466:
------------------------------
Attachment: quickstart-datetimeconverter.zip
This is a simple quickstart to verify that this impl will work with both
DateTime and Date objects with very little effort on the user's part.
It is a standard 1.3 quickstart project minus the lib folder. You will also
need to add joda-time as a dependency.
> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
> Key: WICKET-466
> URL: https://issues.apache.org/jira/browse/WICKET-466
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-datetime
> Affects Versions: 1.3
> Reporter: Chuck Deal
> Priority: Minor
> Attachments: datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time
> DateTime objects. It was also desirable to apply the "better"
> parsing/toString features of DateTime to util.Date objects. To that end, the
> attached patch improves the focus of the Converter to be DateTime oriented,
> while still allowing the DateTextField to hold util.Dates in it's model.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief
> history of this conversation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.