JDToFirstOfMonth:

Path: SC/Ephem

% Finds first day of month for a Julian date 
 Type JDToFirstOfMonth for a demo.
--------------------------------------------------------------------------
   Usage:
   jDFoM = JDToFirstOfMonth(jD)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   jD   (1,:) Julian dates

   -------
   Outputs
   -------
   jDF  (1,:)  Julian dates for 1st of month

--------------------------------------------------------------------------

Children:

Common: Time/Date2JD
Common: Time/JD2000
Common: Time/JD2Date

Back to the SC Module page