Convert string "Jun 1 2005 1:33PM" into datetime

I have a huge list of datetime strings like the following

["Jun 1 2005 1:33PM", "Aug 28 1999 12:00AM"]

How do I convert them into datetime objects?

← Назад к списку