Search Results

6
votes

In Ruby on Rails, how do I format a date with the “th” suffix, as in, “Sun Oct 5th”?

Taking Patrick McKenzie's answer just a bit further, you could create a new file in your config/initializers directory called date_format.rb (or whatever you want) and put …