Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdswift committed Jul 30, 2024
1 parent 10cefb6 commit 5e1ae97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/func_dateformat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) ==> ""
Expand Down

0 comments on commit 5e1ae97

Please sign in to comment.