diff --git a/website/docs/configuration/functions/formatdate.html.md b/website/docs/configuration/functions/formatdate.html.md index f0cc6f49d..ee31f3917 100644 --- a/website/docs/configuration/functions/formatdate.html.md +++ b/website/docs/configuration/functions/formatdate.html.md @@ -34,8 +34,8 @@ Tuesday, 02-Jan-18 23:12:01 UTC Tue, 02 Jan 2018 23:12:01 -0800 > formatdate("MMM DD, YYYY", "2018-01-02T23:12:01Z") Jan 02, 2018 -> formatdate("HH:MMaa", "2018-01-02T23:12:01Z") -11:01pm +> formatdate("HH:mmaa", "2018-01-02T23:12:01Z") +11:12pm ``` ## Specification Syntax