How to change the time format of RSS feeds in php?

itz_niks

New member
this is the function which displays the time format, and returns +0000 I want to change it to -0400. Please help

$item_date=$x->item($i)->getElementsByTagName('pubDate')->item(0)->childNodes->item(0)->nodeValue;

echo $item_date;
 
Back
Top