Forum Moderators: coopster
and convert it into a date this:
16 August 2006 @ 11:03:54pm
Does anyone have some insight as to how I would go about doing that?
$date = mysql_fetch_row(mysql_query("select date_format('$row[1]', '%e %M %Y @ %l:%i:%s%p')"));
If you need to change how the date looks or what you want to display, use this site as a reference: [dev.mysql.com...]