strftime(3) - Linux manual page

%%%TOP_BAR%%% man7.org > Linux > man-pages Linux/UNIX system programming training %%%PAGE_START%%% NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | ENVIRONMENT | ATTRIBUTES | CONFORMING TO | NOTES | BUGS | EXAMPLE | SEE ALSO | COLOPHON STRFTIME(3) Linux Programmer's Manual STRFTIME(3) top strftime - format date and time top #include <time.h> size_t strftime(char * s , size_t max , const char * format , const struct tm * tm ); top The strftime () function formats the broken-down time tm according to the format specification format and places the result in the character array s of size max . The broken-down time structure tm is defined in <time.h> . See also ctime(3) . The format specification is a null-terminated string and may contain special character sequences called conv...

Linked on 2017-03-22 19:47:32 | Similar Links