aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/datetime/DateTimeController.h
diff options
context:
space:
mode:
authorDiego Miguel <dmlls@diegomiguel.me>2022-03-02 00:33:08 +0100
committerDiego Miguel <dmlls@diegomiguel.me>2022-06-11 16:56:35 +0200
commitb5fbcf0eee4398b4d5c0fdb7add00b4d2b18691f (patch)
treede0f989b3d4aedca30cf00e1c77be8b73e6f0a63 /src/components/datetime/DateTimeController.h
parentda2cf8e913c5e60ec445a22e2b37f78e91ef6a85 (diff)
Add lowercase days of the week
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
-rw-r--r--src/components/datetime/DateTimeController.h1
1 files changed, 1 insertions, 0 deletions
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<std::chrono::system_clock, std::chrono::nanoseconds> CurrentDateTime() const {
return currentDateTime;