Search:
Forum
General C++ Programming
CString in Date
CString in Date
Feb 5, 2010 at 5:43pm UTC
seyidi
(7)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs