Bug report #12016
Example wrong in document
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | 2.6.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20219 |
Description
Help for format_date function says this as its example:
Example
format_date('2012-05-15','dd.mm.yyyy') → 15.05.2012
However, the "mm" (lower case m's) gets the minutes, not the month.
Correct is:
Example
format_date('2012-05-15','dd.MM.yyyy') → 15.05.2012
Associated revisions
fix format_date example (fixes #12016)
History
#1 Updated by Jürgen Fischer almost 10 years ago
- Status changed from Open to Closed
Fixed in changeset bdcbeb19ad2d2835c7ae339a1993006b86057274.