mirror of
https://github.com/skoelle/wt32sc01-dashboard.git
synced 2026-09-17 17:30:25 +00:00
all day without -
This commit is contained in:
@@ -74,7 +74,7 @@ inline String formatDateDE(const String &iso) {
|
|||||||
// Time-only column text, e.g. "14:00". Returns "-" for all-day events so the
|
// Time-only column text, e.g. "14:00". Returns "-" for all-day events so the
|
||||||
// table row keeps a consistent column structure.
|
// table row keeps a consistent column structure.
|
||||||
inline String formatTimeDE(const String &iso, bool allDay) {
|
inline String formatTimeDE(const String &iso, bool allDay) {
|
||||||
if (allDay) return "-";
|
if (allDay) return "";
|
||||||
ParsedDateTime p = parseIso(iso);
|
ParsedDateTime p = parseIso(iso);
|
||||||
if (!p.valid) return "";
|
if (!p.valid) return "";
|
||||||
char buf[8];
|
char buf[8];
|
||||||
|
|||||||
Reference in New Issue
Block a user