IDATE(3F) IDATE(3F)
idate, itime - return date or time in numerical form
subroutine idate (imon,iday,iyear)
integer imon,iday,iyear
subroutine itime (iarray)
integer iarray(3)
Idate returns the current date in the variables imon, iday, and iyear.
The order is: mon, day, year. Month will be in the range 1-12. Year will
be returned as the last two digits.
Itime returns the current time in iarray. The order is: hour, minute,
second.
/usr/lib/libU77.a
ctime(3F), fdate(3F)
MIPS Computer Systems
PPPPaaaaggggeeee 1111 [ Back ]
|