YouTip LogoYouTip

Rss Tag Pubdate Item

RSS pubDate Element | Novice Tutorial

Novice Tutorial -- Learning Technology, Pursuing Dreams!

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


Image 3: RSS Reference Manual 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 Β»
Image 4: RSS Reference Manual Complete RSS Reference Manual
← Rss Tag SourceRss Tag Guid β†’