15 Jul 2022 starting note *note date indicates latest update.
| Library resources | |
|---|---|
| PyPI | https://pypi.org/project/python-dateutil/ |
| Github | --- |
| Documentation | https://dateutil.readthedocs.io/en/stable/ |
Install with:
pip3 install python-dateutil
then:
from dateutil import parser
parser.parse("Aug 28 1999 12:00AM")