Hello !
How to convert a date string Mon, 24 May 2010 17:54:00 GMT
from RSS feed to a timestamp in PHP ?
Hello !
How to convert a date string Mon, 24 May 2010 17:54:00 GMT
from RSS feed to a timestamp in PHP ?
You can use the built-in function strtotime()
. It takes a date string as its first argument and returns a Unix timestamp.