Okay I kind of know how to display the time with PHP and MySQL but I need a little help.
I want to display the time something like this in the example below.
August 5, 2010 @ 8:47:28 PM
Here is the code I have so far that is listed below.
date('F j, Y', strtotime($date_created))