1IDATE(3F) IDATE(3F)
2
3
4
6 idate, itime - return date or time in numerical form
7
9 subroutine idate (iarray)
10 integer iarray(3)
11
12 subroutine itime (iarray)
13 integer iarray(3)
14
16 Idate returns the current date in iarray. The order is: day, mon,
17 year. Month will be in the range 1-12. Year will be ≥ 1969.
18
19 Itime returns the current time in iarray. The order is: hour, minute,
20 second.
21
23 /usr/lib/libU77.a
24
26 ctime(3F), fdate(3F)
27
28
29
304.2 Berkeley Distribution May 15, 1985 IDATE(3F)