what is the range for valid values that I can store in java.util.Date? The API doesn't say much about this.
Or does it only support dates that can be expressed as unix timestamps (that is dates after 1.1.1970)? If so, is there maybe a (serializeable) class in the JDK that supports also dates prior to that?
What I'm looking for is a class/type for a birthday-field in db4o