Convert RSS feed pubDate to date  
   

<?php
     
'Thu, 04 Nov 2010 09:50:00 GMT';
    echo 
date('Y-m-d h:i:s'strtotime());

    
// display 2010-11-04 11:50:00
    // +2 (Romania)
?>


http://php.net/manual/en/function.strtotime.php




Similare



Recent searches
Convert pubdate (5)
0.2807 seconds