How do I use Julian Day Numbers with the Java Calendar API?
Julian Day Numbers are a means of representing timestamps as a continuous count of days (and fractional days) since noon UTC, January 1, 4713 B.C. The Java 7 SE API does not contain support for this format. Developers who have used the SQLite database may have used the native Julian Day support provided by the strftime() functions. The advantages of representing timestamps as Julian Day Numbers include: A date and time can be represented to millisecond precision in a primitive data type (double) Days in a year are somewhat more concrete than seconds in a day Circumvents the problem of "leap