Home » PHP Code »

0

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


Related Posts

    Few things about PHPHow to create excel file with mysql data using php codeHow to add or remove file fields using jquery How to convert feeds to html using javascript and php

 

Leave a Reply