Author:
Date: Jul 4, 2008 18:53
If I have a string which represents the year and day of the year
i.e. (2005001) is there an easy way to determine the date
i.e. (January 1, 2005). I have done some googling and looked at the API,
but nothing leaps out at me. Even looking atRoedy's site isn't helping
much. I could probably write a conversion routine, but with Java's rich
API, I thought there might be a way to do this without reinventing the
wheel.
Thanks
|