JD2MJD:

Path: Common/Time

--------------------------------------------------------------------------
   Converts Julian date to Modified Julian Date

   Typing JD2MJD returns the current MJD.

   Since version 1.
--------------------------------------------------------------------------
   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.
--------------------------------------------------------------------------

Children:

Common: Time/Date2JD

Back to the Common Module page