type object 'datetime.date' has no attribute 'strptime' code example
Example: module 'datetime' has no attribute 'strptime'
Use this: from datetime import datetime
instead of Import datetime
Use this: from datetime import datetime
instead of Import datetime