Python 95

Python 100 [Python 100] Python 100

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

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

2015-08-28 00:00:00

Python 100 [Python 100] Python 100