I have a string containing a date, and another string containing the date format of the first string. Is there a function that I can call to convert that date into something
If you have a POSIX system, you can use the strptime() function. Unfortunately, MSVC 2005 does not seem to have this function in its C runtime; MinGW for Windows does.