Skip to content

Commit

Permalink
fix format_date example (fixes #12016)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 20, 2015
1 parent 752f530 commit bdcbeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/format_date
Expand Up @@ -171,4 +171,4 @@ Format a date type or string into a custom string format. Uses Qt data time form

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

0 comments on commit bdcbeb1

Please sign in to comment.