Convert a date using php
Written by Tim Rabbetts on Thu, 02/04/2020
The easiest way to convert a date in php I find is to use the php date and strtotime function.
The strtotime function will parse about any English textual datetime description into a Unix timestamp…