summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2018-08-06 20:17:00 +0200
committerClaude Paroz <claude@2xlibre.net>2018-08-06 20:19:47 +0200
commitd46bf119799f4d319f41d890366bc8154017b432 (patch)
tree3ab140d40bccda8c691da8ee0b029d6f000f605c /docs/ref
parentc2b28dfeec1508e3fb527f47f48c73ae627cac32 (diff)
[2.1.x] Refs #29374 -- Moved misplaced line in date format docs table
Backport of 93bd860710d9914cc077ee362d5f3647489ce5a5 from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index c4d109b867..0d2ba1b08a 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1359,7 +1359,6 @@ W ISO-8601 week number of year, with ``1``, ``53``
**Month**
m Month, 2 digits with leading zeros. ``'01'`` to ``'12'``
n Month without leading zeros. ``'1'`` to ``'12'``
- style. Proprietary extension.
M Month, textual, 3 letters. ``'Jan'``
b Month, textual, 3 letters, lowercase. ``'jan'``
E Month, locale specific alternative
@@ -1367,6 +1366,7 @@ E Month, locale specific alternative
date representation. ``'listopada'`` (for Polish locale, as opposed to ``'Listopad'``)
F Month, textual, long. ``'January'``
N Month abbreviation in Associated Press ``'Jan.'``, ``'Feb.'``, ``'March'``, ``'May'``
+ style. Proprietary extension.
t Number of days in the given month. ``28`` to ``31``
**Year**
y Year, 2 digits. ``'99'``