SystemTime::GetCurrentTime(TIME_MODE_WALL, standardTime);
title.Append(standardTime.ToString());
It is showing 24hrs format.
I need to show in hh:mm am/pm and date in dd/mm/yyyy
SystemTime::GetCurrentTime(TIME_MODE_WALL, standardTime);
title.Append(standardTime.ToString());
It is showing 24hrs format.
I need to show in hh:mm am/pm and date in dd/mm/yyyy