How to change object to datetime type on January 2, 2012

an error occurred with data ["date of birth"] = pd.to_datetime (data ["date of birth"]), indicating that the type of ValueError: Unknown string format
date of birth is object, such as January 2, 2012

Nov.25,2021

http://pandas.pydata.org/pand.

format='%Y year m month d day'

Menu