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
Time.now().strftime("%b %d, %Y)