Anyone done this and can share? I see an option or two but want to know what others have accomplished.
+7
A:
According to joda-time documentation the preferred method to use is to call this: AbstractDateTime#toCalendar.
Esko
2008-12-12 20:01:06
Thanks. I did see this and guess will go with it.
2008-12-12 21:10:00
+5
A:
You can also call AbstractInstant#toDate
http://joda-time.sourceforge.net/api-release/org/joda/time/base/AbstractInstant.html#toDate()
Michael Krauklis
2009-04-30 15:06:01