delta commented on a Page, mySQL Timestamp convert to RSS PubDate  -  Nov 25, 2010

Why don't use it that way? Please dont forget that the date can be saved in many options, striping that stuff will probably never work...

<?php
$q=mysql_query("select unix_timestamp(column) as ts FROM table;");
$pubdate = date('D, d M Y H:i:s O', @mysql_result($q,0,0));
?>

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.