Copyright Digital Equipment Corp. All rights reserved.
Uses date and time information stored in a tm structure to create
an output string. The format of the output string is controlled
by a format string.
Format
#include <time.h>
size_t strftime (char *s, size_t maxsize, const char *format,
const struct tm *timeptr);
Function_Variants Arguments Description Return_Values Example