Monthly Archive: October 2020

Use PHP to format date from MySQL

I needed to display a date correctly on a web page that was retrieved from a MySQL database. Although the date was inserted into the database with a British format of dd/mm/yyyy, it is...