↧
Answer by Fang for Dealing with RSS feed items without a (valid) date
A possible solution is to give dateless items the timestamp of their retrieval. Depending on how often you refresh the feeds, this can give a fairly accurate timestamp.Though this works fine for feeds...
View ArticleDealing with RSS feed items without a (valid) date
I am currently working on a simple RSS reader. For retrieving items from RSS feeds, I use SimplePie. Upon retrieval, items are stored in a database with title, link and date. Users are presented with a...
View Article