Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
python:handling_dates [2023/03/20 17:58] – mgupton | python:handling_dates [2023/03/20 18:18] (current) – mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Handling Dates ====== | ====== Handling Dates ====== | ||
- | Convert //datetimes// to and from strings in [[wp>ISO 8601]] format | + | Convert //datetime// values |
<code python> | <code python> | ||
from datetime import datetime | from datetime import datetime |