I have a a feed who's date is formatted like 'D, d M Y G:i:s e'
Autoblogged has a reg expression engine.
What is the regular expression to convert 'D, d M Y G:i:s e' to 'F j, Y'?
Again I want to convert 'Fri, 20 Apr 2012 12:00:00 EST' to 'April 20, 2012' where the date is stored in variable %:pubDate%. I'm using Autoblogged for Wordpress.