Copyright Digital Equipment Corp. All rights reserved.

strptime

   Converts a character string into date and time values that are
   stored in a tm structure. Conversion is controlled by a format
   string.

   Format

     #include  <time.h>

     char *strptime  (const char *buf, const char *format, struct tm
                     *timeptr);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Values
Example