Hi,
I am using the following:
CTime tCurrent=CTime::GetCurrentTime();
tm t1 = *(tCurrent.GetLocalTm(NULL));
but the code fails because I am passing NULL in GetLocalTm. I read on the inter...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23338624.htm...