Hello,

i want to print out the Systemtime:

m_sTime.Format("%d:%d:%d", curTime.GetHour(), curTime.GetMinute(), curTime.GetSecond());

That will print out: 3:4:9 for Example.

But ... I want it looks like: 03:04:09.

How do I format the String to get the expected Result?

Any help' s welcome,

thx