
Jamie Wheaton - 2008-03-24 11:41:39 -
In reply to message 1 from Dan Kramer
I have been using the RSSReader and i am trying to get the lastbuilddate from the xml, i have tried the code below but it does not seem to be working, it just returns a blank.
function getLastBuildDate(){
return $this->data['channel']['lastBuildDate'];
}
Is there any reason this should not work?