Please help me.
I have one problem when accessing 2 digit day and month in symbian.
this my code
whit the code i want to get 2 digit day and month, but i can't do them.TTime iTime;
iTime.HomeTime();
TBuf<> aDay;
TBuf<2> aMonth;
iTime.FormatL(aDay, _L("%D"));
iTime.FormatL(aMonth, _L("%M"));
Thanks for respons


Reply With Quote


