Reverse Julian Date Calendar. Is there any way to translate a Julian date to a regular calendar (Gregorian) date in DecisionStream? Even today's Gregorian calendar has flaws.
But the Revised Julian calendar is a lot more accurate.
AAVSO produced JD Calendars give the last four digits of the Julian Day for each day of every month for a year.
The Dates module provides two types for working with dates: Date and DateTime, representing day and millisecond precision, respectively; both are subtypes of the abstract TimeType. This provides a unique day numbering scheme for those that need it. I'm hoping there is an existing method for taking a Julian date and turning it into a Calender date (Because if not I'll have to look into creating a script, which I would like to avoid if possible).