wey97
Nov 5th, 2000, 01:11 AM
In C++, does anyone know how to convert a string to a date, or extract integers representing the date? My string would be something like:
string sdate = "01012000";
I want to extract 1, 1, 2000 into three separate ints.
[Edited by wey97 on 11-08-2000 at 04:42 PM]
string sdate = "01012000";
I want to extract 1, 1, 2000 into three separate ints.
[Edited by wey97 on 11-08-2000 at 04:42 PM]