DNString2Date:

Path: Common/Time

% Converts a day number string to a date.
--------------------------------------------------------------------------
   Form:
   dateTime = DN2Date( dN, year )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   dn           (1,1)  Day number
   year         (1,1)  Year

   -------
   Outputs
   -------
   dateTime     (1,6)  [year month day hour minute seconds]

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

Children:

Common: Time/DN2Date
Common: Time/DTAToDTS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2Date
Math: MathUtils/R2P5

Back to the Common Module page