RSS pubDate Element | Novice Tutorial
RSS Tutorial
RSS TutorialRSS IntroductionRSS HistoryRSS SyntaxRSS channel ElementRSS item ElementRSS Publish Your FeedRSS ReaderRSS ExamplesRSS Reference Manual
RSS ExamplesRSS Examples
RSS source Element
Explore Deeper
Internet Software
Feed Aggregation and Social Bookmarking
Blog Resources and Services
Feed
Computer
Programming
Computer
Web Design and Development
Web Services
Software
RSS <pubDate> Element
Complete RSS Reference Manual
Definition and Usage
The element defines the last publication date of this item.
Example
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Novice Tutorial Home</title>
<link>
<description>Free Programming Tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>
<description>Novice Tutorial RSS Tutorial</description>
<pubDate>December 1, 2016</pubDate>
</item>
</channel>
</rss>
Try it Β»
Complete RSS Reference Manual