dadFtoTime

Converts a fortran date (format: yymmdd) / time (format: hhmmss) into a unix time_t (format: seconds since start of 1970)
f77:  Call dadFtoTime( dat, tim, timet ) 
      integer dat, tim, timet
  or
C:    int dadFtoTime(  int dat, int tim, int *timet);

This page is maintained by Wolfgang Wander