Finally I found out how to get a date string to work in a rss-feed.
Just use the info placeholder in the page you want to show on your
feed.

As content choose Page: creation date. Choose string:
ddd, dd MMM yyyy HH':'mm':'ss 'UTC'

It works (with me).

<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
<title><%Stf_FeedTitle%></title>
<link>http://www.site.com</link>
<description>Nieuws</description>
<language>nl</language>
<pubDate><%Info_Date%></pubDate>
<generator>RedDot CMS 6.1.1.18</generator>
<copyright>Our company</copyright>
<!IoRangeList>
<item>
    <title><%Hdl_Title%></title>
    <link><%Lst_Feeds%></link>
    <description><%Stf_Intro%></description>
    <pubDate><%Info_Date%></pubDate>
    <guid><%Lst_Feeds%></guid>
    </item>
<!/IoRangeList>
</channel>
</rss>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to