VMS Help  —  CRTL  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: explode extract
Function Variants Arguments Description Return Values Example
Close Help