We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dda09 commit 35cb160Copy full SHA for 35cb160
Doc/library/datetime.rst
@@ -19,6 +19,10 @@ The :mod:`datetime` module supplies classes for manipulating dates and times.
19
While date and time arithmetic is supported, the focus of the implementation is
20
on efficient attribute extraction for output formatting and manipulation.
21
22
+.. tip::
23
+
24
+ Skip to :ref:`the format codes <format-codes>`.
25
26
.. seealso::
27
28
Module :mod:`calendar`
@@ -2322,6 +2326,8 @@ versus :meth:`strptime`:
2322
2326
+----------------+--------------------------------------------------------+------------------------------------------------------------------------------+
2323
2327
2324
2328
2329
+ .. _format-codes:
2330
2325
2331
:meth:`strftime` and :meth:`strptime` Format Codes
2332
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2333
0 commit comments