C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_strdate, _strtime
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <time.h>
 
  Syntax:    char *_strdate( char *datestr );
             char *_strtime( char *timestr );
 
  Returns:   a formatted string.
 
  See also:  asctime, ctime, time
                                    -♦-