HOME/Articles/

simple python-example-95 (snippet)

Article Outline

Python example 'python-example-95'

python-example-95

Python example: python-example-95

#!/usr/bin/python
# -*- coding: UTF-8 -*-

from dateutil import parser
dt = parser.parse("Aug 28 2015 12:00AM")
print(dt)