Currently At: Programming Reference > C Reference > Standard C Time & Date > ctime()

ctime()


Syntax:
#include <time.h>


Description:
The ctime() function converts the calendar time time to local time of the format:

    day month date hours:minutes:seconds year\n\0


using ctime() is equivalent to

    asctime( localtime( tp ) );


Related Topics:
localtime(), gmtime(), time(), asctime()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions