asctime()

This function is Hardware-specific implementation. It is not implemented in this 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()

time()