ctime()

This function is Hardware-specific implementation. It is not implemented in this Compiler.

Syntax
  #include <time.h>

  
  char *ctime(const time_t *timer);

  
Description

ctime() converts the calendar-time timer to a character string.

Return

The string containing the ASCII representation of the date.

Seealso

asctime()

mktime()

time()