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

%sccs.include.proprietary.roff%

@(#)idate.3 8.1 (Berkeley) 06/05/93

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)