In my rss feed that shows the title,link,pubDate and description in chrome browser.
But in firefox it onlly shows the title and description..
in page source of firefox rss feed it having all the tags like title,link,description and pubDate. but date not showing what can i do?..
my rss code like,
<rss version="2.0">
<channel>
<title>
Subscribe now
</title>
<description>desc</description>
<link>site link</link>
<copyright>Your copyright details</copyright>
<item>
<title>title1
</title>
<link>
link1
</link>
<pubDate>2012-10-26 19:18:36</pubDate>
</item>
<item>
<title>title2
</title>
<link>
link2
</link>
<pubDate>2012-10-26 19:15:24</pubDate>
</item>
</channel>
</rss>