Skip to content

Commit

Permalink
[2.1.x] Refs #29374 -- Moved misplaced line in date format docs table
Browse files Browse the repository at this point in the history
Backport of 93bd860 from master.
  • Loading branch information
claudep committed Aug 6, 2018
1 parent c2b28df commit d46bf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1359,14 +1359,14 @@ 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
representation usually used for long
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'``
Expand Down

0 comments on commit d46bf11

Please sign in to comment.