Skip to content

Commit 68b274d

Browse files
authored
Merge pull request #223 from rdswift/master
Fix typo in $dateformat() function examples
2 parents ddbde08 + 15d6e3e commit 68b274d

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)