I want to convert string to date like this example
import datetime str_date = "2021-m1-w3" _date = datetime.datetime.strptime(str_date, "%Y-m