Actually DateTextField from datetime module does not directly use Joda.
It uses DateConverter which in turn uses Joda classes. So I don't see
many problems "merging" the two classes. BTW the other DateTextField
from extensions module is already using a DateConverter hidden inside
its constructor (line 120).
On 06/02/15 20:42, Burton, Tom F (DOR) wrote:
Decommissioning is probably a good thing. I know I sometimes get confused
between extensions/dateTime as to which one I'm using. But IIRC extensions
uses java.util.date and datetime uses joda. How are you going to rectify that
part of the merge?
Thanks,
Tom Burton
-----Original Message-----
From: Andrea Del Bene [mailto:[email protected]]
Sent: Friday, February 06, 2015 6:54 AM
To: [email protected]
Subject: Re: Decommission of wicket-datetime
Yes of course :)