From 15d6e3e710dda5ea893edc4842af353a97b851ef Mon Sep 17 00:00:00 2001 From: Bob Swift Date: Tue, 30 Jul 2024 10:50:54 -0600 Subject: [PATCH] Fix typo --- functions/func_dateformat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/func_dateformat.rst b/functions/func_dateformat.rst index 2633bb3a9..e14a41378 100644 --- a/functions/func_dateformat.rst +++ b/functions/func_dateformat.rst @@ -49,7 +49,7 @@ The following statements will return the values indicated: $dateformat(2021-7-21) ==> "2021-07-21" $dateformat(2021-7-21,\%B \%d\, \%Y) ==> "July 21, 2021" - $dateformat(2021-07-21,,myd) ==> "2021-07-21" + $dateformat(2021-07-21,,ymd) ==> "2021-07-21" $dateformat(2021-07-21,,dmy) ==> "" $dateformat(2021-07-21,,mdy) ==> "" $dateformat(2021-July-21) ==> ""