xref: /original-bsd/share/man/man3f/idate.3 (revision 0bda13ee)
Copyright (c) 1983 The Regents of the University of California.
All rights reserved.

%sccs.include.proprietary.roff%

@(#)idate.3 6.2 (Berkeley) 04/30/91

IDATE 3F ""
C 5
NAME
idate, itime - return date or time in numerical form
SYNOPSIS
subroutine idate (iarray)

integer iarray(3) subroutine itime (iarray)

integer iarray(3)

DESCRIPTION
Idate returns the current date in iarray. The order is: day, mon, year. Month will be in the range 1-12. Year will be \(>= 1969.

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

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