How to convert string '01May2001' to date in python 2.6?
Thanks
Code:
import datetime datetime.datetime.strptime("01May2001", "%d%b%Y")