home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


strftime

strftime( [format [, timestamp ]])

Format timestamp according to format . Return the formatted string. The timestamp is a time-of-day value in seconds since midnight, January 1, 1970, UTC. The format string is similar to that of sprintf . (See the Example for systime .) If timestamp is omitted, it defaults to the current time. If format is omitted, it defaults to a value that produces output similar to that of date . {G}


Previous: Reference: srand UNIX in a Nutshell: System V Edition Next: Reference: sub
Reference: srand Book Index Reference: sub

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System