From d0f20f2bd7980db41b7d7992afad9385de3f549d Mon Sep 17 00:00:00 2001 From: Martijn van Laar Date: Wed, 6 Jan 2021 15:02:37 +0100 Subject: [PATCH] Add config for dateTime format Merge #218 added a config option for the format of the date display. But the change in the example config was not included. Fixes #260 --- example-config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example-config.yml b/example-config.yml index b7346a146..2631baaca 100644 --- a/example-config.yml +++ b/example-config.yml @@ -196,3 +196,7 @@ itinerary: # phoneFormatOptions: # # ISO 2-letter country code for phone number formats (defaults to 'US') # countryCode: US + +# Format the date time format for display. +dateTime: + longDateFormat: DD-MM-YYYY