Add lowercase days of the week

This commit is contained in:
Diego Miguel
2022-03-02 00:33:08 +01:00
parent da2cf8e913
commit b5fbcf0eee
2 changed files with 6 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ namespace Pinetime {
const char* MonthShortToString() const;
const char* DayOfWeekShortToString() const;
static const char* MonthShortToStringLow(Months month);
const char* DayOfWeekShortToStringLow();
std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds> CurrentDateTime() const {
return currentDateTime;