
10 Oct
2010
10 Oct
'10
2:06 p.m.
Is it possible to return a number representing the date. Like you can with COleDateTime.m_dt;
COleDateTime::m_dt returns the time as DATE type (actually, 8-byte float), which is one of MS-specific date-time representations. If you need to convert ptime to COleDateTime, you can convert it first to time_t, then to COleDateTime.