Skip to content

Commit

Permalink
Merge pull request #223 from rdswift/master
Browse files Browse the repository at this point in the history
Fix typo in $dateformat() function examples
  • Loading branch information
rdswift authored Jul 30, 2024
2 parents ddbde08 + 15d6e3e commit 68b274d
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 68b274d

Please sign in to comment.