Home
last modified time | relevance | path

Searched refs:pubdate (Results 1 – 1 of 1) sorted by relevance

/plugin/rssticker/
Drssticker.js49 this.title=[], this.link=[], this.description=[], this.pubdate=[] //Arrays to hold each component o… property
91 this.pubdate[i]=this.feeditems[i].getElementsByTagName("pubDate")[0].firstChild.nodeValue
112 var feeddate='<div class="rssdate">'+this.pubdate[this.pointer]+'</div>'