Convenience function that returns CalendarDateTime from JD
Julian Date
CalendarDateTime object
const date = calendarDate(2451545.0);console.log(date); // { year: 2000, month: 1, day: 1, ... } Copy
const date = calendarDate(2451545.0);console.log(date); // { year: 2000, month: 1, day: 1, ... }
Convenience function that returns CalendarDateTime from JD