Searched refs:monthString (Results 1 – 1 of 1) sorted by relevance
1188 …auto monthString = (json->GetUInt("month") < 10 ? "0" : "") + std::to_string(json->GetUInt("month"… in SetDate() local1189 textLayoutProperty->UpdateContent(monthString); in SetDate()