Path: Common/Time
% Converts Julian date to Modified Julian Date
 Typing JD2MJD returns the current MJD.
--------------------------------------------------------------------------
   Form:
   mJD = JD2MJD( jD )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   jD           Julian date (days)
   -------
   Outputs
   -------
   mJD          Modified Julian date (days)
--------------------------------------------------------------------------
   Reference: The Astronomical Almanac for the Year 1993, 
              U.S. Government Printing Office,1993, p. B4.
--------------------------------------------------------------------------
Common: Time/Date2JD
Back to the Common Module page