Skip to content

Commit 5e1ae97

Browse files
committed
Fix typo
1 parent 10cefb6 commit 5e1ae97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/func_dateformat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following statements will return the values indicated:
4949
$dateformat(2021-7-21) ==> "2021-07-21"
5050
$dateformat(2021-7-21,\%B \%d\, \%Y) ==> "July 21, 2021"
5151
52-
$dateformat(2021-07-21,,myd) ==> "2021-07-21"
52+
$dateformat(2021-07-21,,ymd) ==> "2021-07-21"
5353
$dateformat(2021-07-21,,dmy) ==> ""
5454
$dateformat(2021-07-21,,mdy) ==> ""
5555
$dateformat(2021-July-21) ==> ""

0 commit comments

Comments
 (0)