SecToString:

Path: Common/Time

% Convert seconds to days hours/min/seconds and produces a string.
--------------------------------------------------------------------------
   Form:
   dateString = SecToString( s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s     (1,1)  Seconds

   -------
   Outputs
   -------
   dS    (1,:)  Date string

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

Back to the Common Module page