From b5fbcf0eee4398b4d5c0fdb7add00b4d2b18691f Mon Sep 17 00:00:00 2001 From: Diego Miguel Date: Wed, 2 Mar 2022 00:33:08 +0100 Subject: Add lowercase days of the week --- src/components/datetime/DateTimeController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/datetime/DateTimeController.h') diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h index 00bbc2ee..4eddc5a7 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -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 CurrentDateTime() const { return currentDateTime; -- cgit v1.2.3-70-g09d2