Re: Date Adapter Utility

2009-06-12 Thread Sean Devlin
Thanks for raising this thread. You're right, time manipulation is a very difficult problem. I should have been more clear about the intent of my library. My problem is that time handling is not unified in Java. There are at least 4 internal ways Java handles time: java.util.Date java.util.Ca

Re: Date Adapter Utility

2009-06-12 Thread AndrewC.
On Jun 12, 2:24 am, Sean Devlin wrote: > Hey everyone, > I'm looking for feedback on a date utility library I'm writing. Without wanting to seem down on your obvious care and hard work, the last time this came up the general consensus was that "Date libraries are much harder then you think. Us