CString in Date

Hello Guys ,
I have a CString and it is like [CPLM]......27.12.1999 and I would like to convert date in this String in a DAte form, because I need 27.12.1999 for some calcutaions.
I have just

CString inf="23.10.1983";
COleDateTime t;
t.ParseDateTime(inf);

but it did not worked.

If you could help me , I will be very happy
thx,
Topic archived. No new replies allowed.