Page 1 of 1

Date and time in RSS feed?

Posted: Tue Aug 18, 2009 1:38 pm
by bluetux
So im working on outputting the calendar information from the RSS feed but I dont see any way to get the date or time for the posts. I tried the "get_keys_date" in the query url but that didnt seem to work either. Let me know if there is anyway to get them. Thanks.

Re: Date and time in RSS feed?

Posted: Tue Sep 01, 2009 10:48 am
by Andrew (Tandem)
The RSS feeds don't contain the post times in them. You can use the xml feeds however, if you need the last modified information.
Here is an example:

http://test19.intand.com/index.php?type ... action=xml

You can basically swap out the rss with xml in the url.