2.11BSD/man/cat3f/idate.0

Compare this file to the similar file:
Show the results in this format:




IDATE(3F)	    UNIX Programmer's Manual		IDATE(3F)



NAME
     idate, itime - return date or time in numerical form

SYNOPSIS
     subroutine idate (iarray)
     integer iarray(3)

     subroutine itime (iarray)
     integer iarray(3)

DESCRIPTION
     _I_d_a_t_e returns the current date in _i_a_r_r_a_y. The order is: day,
     mon, year.  Month will be in the range 1-12. Year will be >_
     1969.

     _I_t_i_m_e returns the current time in _i_a_r_r_a_y. The order is:
     hour, minute, second.

FILES
     /usr/lib/libU77.a

SEE ALSO
     ctime(3F), fdate(3F)
































Printed 11/26/99	  May 15, 1985				1