[go: up one dir, main page]

Skip to content
Josh Cardenzana edited this page Mar 29, 2017 · 2 revisions

Converts from Julian date to modified Julian date.

See mjd2jd for the reverse conversion.

USAGE

jd2mjd <julian date>

RETURNED: Modified Julian date

Example

The following is an example for getting the Gregorian calendar date associated with a given Julian date of 2457573.7:
Input

jd2mjd 2457573.7

Output

57573.200000
Clone this wiki locally