Searched refs:sPart (Results 1 – 1 of 1) sorted by relevance
622 CFX_WideString sRet = L"", sPart = L""; in MakeFormatDate() local635 sPart = L""; in MakeFormatDate()648 sPart += c; in MakeFormatDate()651 sPart.Format(L"%d", nMonth); in MakeFormatDate()654 sPart.Format(L"%d", nDay); in MakeFormatDate()657 sPart.Format(L"%d", nHour); in MakeFormatDate()660 sPart.Format(L"%d", nHour > 12 ? nHour - 12 : nHour); in MakeFormatDate()663 sPart.Format(L"%d", nMin); in MakeFormatDate()666 sPart.Format(L"%d", nSec); in MakeFormatDate()669 sPart += nHour > 12 ? 'p' : 'a'; in MakeFormatDate()[all …]