mirror of https://github.com/python/cpython
Docs: Add link to skip to datetime's format codes (#108027)
This commit is contained in:
parent
21dda09600
commit
35cb1605d0
|
@ -19,6 +19,10 @@ The :mod:`datetime` module supplies classes for manipulating dates and times.
|
||||||
While date and time arithmetic is supported, the focus of the implementation is
|
While date and time arithmetic is supported, the focus of the implementation is
|
||||||
on efficient attribute extraction for output formatting and manipulation.
|
on efficient attribute extraction for output formatting and manipulation.
|
||||||
|
|
||||||
|
.. tip::
|
||||||
|
|
||||||
|
Skip to :ref:`the format codes <format-codes>`.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
Module :mod:`calendar`
|
Module :mod:`calendar`
|
||||||
|
@ -2322,6 +2326,8 @@ versus :meth:`strptime`:
|
||||||
+----------------+--------------------------------------------------------+------------------------------------------------------------------------------+
|
+----------------+--------------------------------------------------------+------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
.. _format-codes:
|
||||||
|
|
||||||
:meth:`strftime` and :meth:`strptime` Format Codes
|
:meth:`strftime` and :meth:`strptime` Format Codes
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue