Searched refs:lpFormat (Results 1 – 1 of 1) sorted by relevance
2177 LPCWSTR lpFormat; in append_month_name() local2202 lpFormat = abbreviated ? L"ddMMM" : L"ddMMMM"; in append_month_name()2203 n = GetDateFormatW (lcid, 0, systemtime, lpFormat, NULL, 0); in append_month_name()2208 if (GetDateFormatW (lcid, 0, systemtime, lpFormat, in append_month_name()