Reputation: 21
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.
Upvotes: 1
Views: 283
Reputation: 11837
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.
Upvotes: 1