qc.hlp (Table of Contents; Topic list)
asctime
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <time.h>
 
  Syntax:    char *asctime( struct tm *timeptr );
 
  Returns:   a pointer to the string result.
 
  See also:  ctime, ftime, gmtime, localtime, time, tzset
                                    -♦-