Convert a string (or CString) to a date/time?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a routine already written and available to convert from a string (or CString object) to a date/time variable (such as a CTime object, SYSTEMTIME structure or FILETIME structure)?
-
Is there a routine already written and available to convert from a string (or CString object) to a date/time variable (such as a CTime object, SYSTEMTIME structure or FILETIME structure)?
Take a look at COleDateTime::ParseDateTime() Dave