There was an error while loading. Please reload this page.
1 parent 752f530 commit bdcbeb1Copy full SHA for bdcbeb1
1 file changed
resources/function_help/format_date
@@ -171,4 +171,4 @@ Format a date type or string into a custom string format. Uses Qt data time form
171
172
<h4>Example</h4>
173
<!-- Show example of function.-->
174
-<code>format_date('2012-05-15','dd.mm.yyyy') → 15.05.2012</code><br>
+<code>format_date('2012-05-15','dd.MM.yyyy') → 15.05.2012</code><br>
0 commit comments