Seems like all the different type of syndication feeds have different datetime formats.
I want to insert feeds into a mysql database and then search them based on the date.
I need to put them in Y-m-d format.
Do I have to write a date parser for each type of feed, or are there tools that already do this?
date format for rss, atom, opml feeds for insert into mysql
Moderator: General Moderators
This may help:
strtotime()
Also, don't forget to check out the mysql date functions:
http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html
strtotime()
Also, don't forget to check out the mysql date functions:
http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html