Compaq Fortran for Tru64 UNIX Alpha Systems V5.4

idate, itime (3f)


Syntax

  integer*4 iarray(3)
  external idate
  call idate ( iarray )

  integer*4 iarray(3)
  external itime
  call itime ( iarray )

Description

  The idate subroutine returns the current date in iarray. The order is: day,
  month, year.  Month is in the range 1-12. Year is >_ 1969.

  The itime subroutine returns the current time in iarray. The order is:
  hour, minute, second.

See Also

  ctime(3f), fdate(3f)