Query: fdate
OS: bsd
Section: 3f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDATE(3F) FDATE(3F)NAMEfdate - return date and time in an ASCII stringSYNOPSISsubroutine fdate (string) character*(*) string character*(*) function fdate()DESCRIPTIONFdate 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. Fdate can be called either as a function or as a subroutine. If called as a function, the calling routine must define its type and length. For example: character*24 fdate external fdate write(*,*) fdate()FILES/usr/lib/libU77.aSEE ALSOctime(3), time(3F), itime(3F), idate(3F), ltime(3F) 4.2 Berkeley Distribution May 27, 1986 FDATE(3F)
Related Man Pages |
---|
ctime(3f) - bsd |
gmtime(3f) - bsd |
ierrno(3f) - bsd |
ltime(3f) - bsd |
idate(3) - php |
Similar Topics in the Unix Linux Community |
---|
Using awk with the date command and escape characters |
Issue with while loop? |
Calculate datediff |
How to search the multiple strings in app server.log? |
Find the files based on date from filelist |