Possible Duplicate:
Dates before January 1st, 1970
I’m looking for a standard solution for storing a date that may have a value earlier than 1970-01-01. Joda-time based solution is appreciated.
For example, I want to store a release date of an album “The Voice of Frank Sinatra”, which is March 4, 1946.
prints
LocalDate can be used for any year from 1 AD or 1 CE and assumes a Gregorian Calendar by default.