DTAToDTS:

--------------------------------------------------------------------------
   Converts the date time array to the date time structure

   Typing DSTToDTA return the clock time.

   Since version 2.
--------------------------------------------------------------------------
   Form:
   dateTime = DTSToDTA( t )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   t           (1,6)   [year month day hour minute seconds 

   -------
   Outputs
   -------
   dateTime    (1,1)   Date/time structure
                       .year
                       .month                             
                       .day                             
                       .hour                             
                       .minute                             
                       .second

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