I\'m trying to figure out how to extract dates from unstructured text using Ruby.
For example, I\'d like to parse the date out of this string \"Applications started
Try Chronic (http://chronic.rubyforge.org/) it might be able to parse that otherwise you're going to have to use Date.strptime.