Add lowercase days of the week
This commit is contained in:
parent
da2cf8e913
commit
b5fbcf0eee
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue