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:
Dirk 2019-02-19 14:07:01 +01:00 committed by GitHub
parent 2b2e8508d9
commit feb5351ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,