File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ The :mod:`datetime` module supplies classes for manipulating dates and times.
19
19
While date and time arithmetic is supported, the focus of the implementation is
20
20
on efficient attribute extraction for output formatting and manipulation.
21
21
22
+ .. tip ::
23
+
24
+ Skip to :ref: `the format codes <format-codes >`.
25
+
22
26
.. seealso ::
23
27
24
28
Module :mod: `calendar `
@@ -2314,6 +2318,8 @@ versus :meth:`strptime`:
2314
2318
+----------------+--------------------------------------------------------+------------------------------------------------------------------------------+
2315
2319
2316
2320
2321
+ .. _format-codes :
2322
+
2317
2323
:meth: `strftime ` and :meth: `strptime ` Format Codes
2318
2324
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2319
2325
You can’t perform that action at this time.
0 commit comments