I have a large list of dates and times, a sample look like this...
11/22/2018 01:16:14 AM
11/23/2018 10:59:39 PM
I assume the dates are in the 'm/d/Y h:i:s A' format, I am looking for the quickest and easiest way in PHP to convert these to an epoch timestamp.
Anyone have an example?