Skip to content

Commit bdcbeb1

Browse files
committed
fix format_date example (fixes #12016)
1 parent 752f530 commit bdcbeb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/function_help/format_date

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ Format a date type or string into a custom string format. Uses Qt data time form
171171

172172
<h4>Example</h4>
173173
<!-- Show example of function.-->
174-
<code>format_date('2012-05-15','dd.mm.yyyy') &rarr; 15.05.2012</code><br>
174+
<code>format_date('2012-05-15','dd.MM.yyyy') &rarr; 15.05.2012</code><br>

0 commit comments

Comments
 (0)