How to convert a date string Mon, 24 May 2010 17:54:00 GMT
from RSS feed to a timestamp in PHP ?
How about this?
date_create_from_format(DateTime::RSS, $item->pubDate);
I think this is the simplest solution.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With