asctime()

This is a Hardware-specific function. It is not implemented in the Compiler.

Syntax
  #include <time.h>

  
  char * asctime(const struct tm* timeptr);

  
Description

asctime() converts the time, broken down in timeptr, into a string.

Return

A pointer to a string containing the time string.

See also

localtime(),

mktime(), and

time()