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
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