mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
changed default calendarEndDate to "LT"
changed default calendarEndDate to "LT" to show local times for event end times. Can still be set to a different value by the user
This commit is contained in:
parent
2b2e8508d9
commit
feb5351ec3
@ -26,7 +26,7 @@ Module.register("calendar", {
|
||||
urgency: 7,
|
||||
timeFormat: "relative",
|
||||
dateFormat: "MMM Do",
|
||||
dateEndFormat: "HH:mm",
|
||||
dateEndFormat: "LT",
|
||||
fullDayEventDateFormat: "MMM Do",
|
||||
showEnd: false,
|
||||
getRelative: 6,
|
||||
|
Loading…
x
Reference in New Issue
Block a user