Skip to content

Commit

Permalink
Add config for dateTime format
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mvanlaar authored Jan 6, 2021
1 parent a51718c commit d0f20f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0f20f2

Please sign in to comment.