Forum Moderators: coopster
$mysqltimestamp = '2005-05-14 22:37:34'; $pubDate = gmdate('D, d M Y H:i:s \G\M\T', strtotime($mysqltimestamp)); echo $pubDate
SELECT DATE_FORMAT('2005-12-27 22:37:34', '%a, %d %b %Y %H:%i:%s GMT');