Easy Tutorial
❮ Rss Tag Textinput Rss Channel ❯

RSS <pubDate> Element



Definition and Usage

The <pubDate> element defines the last publication date of the item.


Example

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
    <title>tutorialpro.org Homepage</title>
    <link>http://www.tutorialpro.org</link>
    <description>Free Programming Tutorials</description>
    <item>
        <title>RSS Tutorial</title>
        <link>http://www.tutorialpro.org/rss</link>
        <description>tutorialpro.org RSS Tutorial</description>
        <pubDate>December 1, 2016</pubDate>
    </item>
</channel>
</rss>

❮ Rss Tag Textinput Rss Channel ❯