I would like to detect all time like strings in a webpage, and then use strtotime() in php to get unix time stamps. Is there a way to detect time like strings using php. I could use regex for a particular page, but I am seeking something universal or at least something that detects most of the possible formats of time/date strings? Thanks for reading this.
this is nice, but limited Matching a time string with a regular expression