integer*4 iarray(3) external idate call idate ( iarray ) integer*4 iarray(3) external itime call itime ( iarray )
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.
ctime(3f), fdate(3f)