I\'m looking for a way to format date time in find(:all) so that when I render my results in JSON, the date time will look like
\"March 20, 2011\"
instead of
I would have used Date.parse(datestring) on the client to generate some usable content.
Date.parse(datestring)