From f7a2f698408b49f7532fad48e541ed9d3f6695bf Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 22 Feb 2023 06:59:41 -0700 Subject: [PATCH] Add docs for time / date styling --- docs/docs/configuration/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index aff20b5ca..89790650b 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -477,6 +477,18 @@ cameras: order: 0 # Optional: Whether or not to show the camera in the Frigate UI (default: shown below) dashboard: True + # Optional: Override browser locale and show time in 12 / 24 hour format (default: use browser locale) + use12hour: False + # Optional: Set the date style for a specified length. + # Options are: full, long, medium, sort (default: shown below). + date_style: short + # Optional: Set the time style for a specified length. + # Options are: full, long, medium, sort (default: shown below). + time_style: medium + # Optional: Ability to manually override the date / time styling to use strftime format + # https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html + # possible values are shown above (default: not set) + strftime_fmt: "%Y/%m/%d %H:%M" # Optional ui: