How To: Special Date Formats

The "Time" class supports the POSIX standard "strftime()" function... This should get you everything except the "th" part:

foo.created_at.strftime("%A, %B %-e, %Y");

Cheers,   Tyler