[1.5.x] Fixed #19209 -- Documented |date:"I".
Thanks mitar for the report.
Backport of 24b2aad
from master.
This commit is contained in:
parent
a92c7c6e26
commit
322d858abe
|
@ -1226,7 +1226,8 @@ G Hour, 24-hour format without leading ``'0'`` to ``'23'``
|
||||||
h Hour, 12-hour format. ``'01'`` to ``'12'``
|
h Hour, 12-hour format. ``'01'`` to ``'12'``
|
||||||
H Hour, 24-hour format. ``'00'`` to ``'23'``
|
H Hour, 24-hour format. ``'00'`` to ``'23'``
|
||||||
i Minutes. ``'00'`` to ``'59'``
|
i Minutes. ``'00'`` to ``'59'``
|
||||||
I Not implemented.
|
I Daylight Savings Time, whether it's ``'1'`` or ``'0'``
|
||||||
|
in effect or not.
|
||||||
j Day of the month without leading ``'1'`` to ``'31'``
|
j Day of the month without leading ``'1'`` to ``'31'``
|
||||||
zeros.
|
zeros.
|
||||||
l Day of the week, textual, long. ``'Friday'``
|
l Day of the week, textual, long. ``'Friday'``
|
||||||
|
|
Loading…
Reference in New Issue