Convert a string to a date in C++

#include <time.h>
char *strptime(const char *buf, const char *format, struct tm *tm);

Leave a Comment