Don't ask why (it's something out of my control), but dates are being stored as RFC-822 in our MySQL DB in varchar(125).
RFC-822 = Mon Jun 13 2011 11:30:00 GMT-0400 (EDT)
or Mon Jun 13 17:00:00 EDT 2011
Is there a way I can sort by date in that format or at the very least, pull the date out as YYYYMMDD or Unix time?