im creating an rss reader that lists the news feeds from the last 3 months. how do i get the feeds of the last 3 months relative to the current date? right now i have a list of all the feeds.
views:
33answers:
2
A:
If the problem is that you can't access more than the ten items from the last two weeks of an RSS feed, then the problem is not on your side: most RSS feeds only offer the N most recent items from the source.
Charles Stewart
2010-06-10 07:35:46
right.. what i meant was i wanted to limit the number of feeds i get. i want to only display the feeds that are within the last three months since im retrieving feeds that are from a longer period.
lct
2010-06-10 07:43:13
@lct: It's still not clear: do you want to test when the feed was last updated, or do you want to reduce bandwidth consumption by not downloading older items within a feed?
Charles Stewart
2010-06-10 07:58:46
A:
I´m not sure how exactly you want to use it, but this
http://stackoverflow.com/questions/2913843/get-days-of-a-month-in-js-prototype
was a great help to me.
koko
2010-06-10 08:13:34