FDATE(3F) — Unix Programmer’s Manual
NAME
fdate − return date and time in an ASCII string
SYNOPSIS
subroutine fdate (string)
character∗(∗) string character∗(∗) function fdate()
DESCRIPTION
Fdate returns the current date and time as a 24 character string in the format described under ctime(3). Neither ’newline’ nor NULL will be included.
FILES
/usr/lib/libU77.a
SEE ALSO
ctime(3), idate(3F), itime(3F), time(3F)
7th Edition