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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nikhila Datta

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

    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)->getElementsB y…

    echo $item_date;
Working...