Searched refs:sPart (Results 1 – 1 of 1) sorted by relevance
772 CFX_WideString sRet = L"", sPart = L""; in MakeFormatDate() local785 sPart = L""; in MakeFormatDate()798 sPart += c; in MakeFormatDate()801 sPart.Format(L"%d", nMonth); in MakeFormatDate()804 sPart.Format(L"%d", nDay); in MakeFormatDate()807 sPart.Format(L"%d", nHour); in MakeFormatDate()810 sPart.Format(L"%d", nHour > 12 ? nHour - 12 : nHour); in MakeFormatDate()813 sPart.Format(L"%d", nMin); in MakeFormatDate()816 sPart.Format(L"%d", nSec); in MakeFormatDate()819 sPart += nHour > 12 ? 'p' : 'a'; in MakeFormatDate()[all …]