FDATE(3F) BSD FDATE(3F)
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), time(3F), itime(3F), idate(3F), ltime(3F)