Guy's I want to display date and time in an html / php page which are been recorded in mysql when record was inserted
the current code displays it in the following way
so now is it possible to change that format while fetching data from mysql and having the date like " 9 May 2012 " and time in 12 hrs format with am / pm .
Thank you for reading
Have a nice Night / day ahead.

the current code displays it in the following way
Code:
<?php echo $row_articals['publicationDate']; ?>
Code:
2012-05-08 23:55:48
so now is it possible to change that format while fetching data from mysql and having the date like " 9 May 2012 " and time in 12 hrs format with am / pm .
Thank you for reading

Have a nice Night / day ahead.