I have an SDI program that has a dialog containing a list control. In one field of the list control, a date is to be displayed. It's received from another dialog as CTime and converted to a string for display.
How do I need take the string from the list control and convert it to time_t?
Any help is greatly appreciated.
How do I need take the string from the list control and convert it to time_t?
Any help is greatly appreciated.