|
3 |
Changed title also.
|
||
In Ruby on Rails, how do I format a date to get with the "th", th" suffix, as in, "Sun Oct 5th"? |
||||
|
2 | Added "suffix" to question. | ||
|
I want to display dates in the format: short day of week, short month, day of month without leading zero but including "th", "st", "nd", or "rd".rd" suffix. For example, the day this question was asked would display "Thu Oct 2nd". I'm using Ruby 1.8.7, and Time.strftime just doesn't seem to do this. I'd prefer a standard library if one exists. |
||||
|
1 |
|
||
In Ruby on Rails, how do I format a date to get "th", as in, "Sun Oct 5th"?I want to display dates in the format: short day of week, short month, day of month without leading zero but including "th", "st", "nd", or "rd". For example, the day this question was asked would display "Thu Oct 2nd". I'm using Ruby 1.8.7, and Time.strftime just doesn't seem to do this. I'd prefer a standard library if one exists.
|
||||
