35 lines
798 B
Groff
35 lines
798 B
Groff
.\" Copyright (c) 1983 Regents of the University of California.
|
|
.\" All rights reserved. The Berkeley software License Agreement
|
|
.\" specifies the terms and conditions for redistribution.
|
|
.\"
|
|
.\" @(#)idate.3f 6.1 (Berkeley) 5/15/85
|
|
.\"
|
|
.TH IDATE 3F "May 15, 1985"
|
|
.UC 5
|
|
.SH NAME
|
|
idate, itime \- return date or time in numerical form
|
|
.SH SYNOPSIS
|
|
.B subroutine idate (iarray)
|
|
.br
|
|
.B integer iarray(3)
|
|
.sp 1
|
|
.B subroutine itime (iarray)
|
|
.br
|
|
.B integer iarray(3)
|
|
.SH DESCRIPTION
|
|
.I Idate
|
|
returns the current date in
|
|
.I iarray.
|
|
The order is: day, mon, year.
|
|
Month will be in the range 1-12. Year will be \(>= 1969.
|
|
.PP
|
|
.I Itime
|
|
returns the current time in
|
|
.I iarray.
|
|
The order is: hour, minute, second.
|
|
.SH FILES
|
|
.ie \nM /usr/ucb/lib/libU77.a
|
|
.el /usr/lib/libU77.a
|
|
.SH "SEE ALSO"
|
|
ctime(3F), fdate(3F)
|