I'm working with a date string in this format Wednesday 21 February 2018 - 09:35. I'm just curious, is there an easy way to change this into a UNIX datetime format in either SQl or PHP or would I have to write a unique case for each one.
I have tried changing this with the PHP function strtotime but I can't get it to work with this specific format.
Thanks!