Generally , in the database date and time which is data type current timestamp
then it inserted into US date format, now we have to print like UK date format then
echo date(“j – m – Y,g:i A”, strtotime($orders[‘date_purchased’]));
Then it printed like 01 – 06 – 2009,04:55 AM