I want to parse an email http date header, is there an easy way to do it without writing my own string parsing functions?
Example:
Date: Fri, 19 Mar 2010
If it's available in your target system (eg Linux) you can use strptime.