2.9BSD/usr/src/lib/libU77/man/fdate.3f

.TH FDATE 3F
.UC
.SH NAME
fdate \- return date and time in an ASCII string
.SH SYNOPSIS
.B subroutine fdate (string)
.br
.B character*(*) string
.sp 1
.B character*(*) function fdate()
.SH DESCRIPTION
.I Fdate
returns the current date and time as a 24 character string
in the format described under
.IR ctime (3).
Neither 'newline' nor NULL will be included.
.SH FILES
/usr/lib/libU77.a
.SH "SEE ALSO"
ctime(3), idate(3F), itime(3F), time(3F)