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; //Test
t.ParseDateTime(inf);
but it did not worked.
The Problem ist , I have a string ([CPLM]......27.12.1999), and I want to get 27.12.1999 from this string and I want to convert this 27.12.1999 in data format.
that is the question actually and the for string I used CString ..I am working with MFC