添加st,nd,rd或th到目前为止(ordinalize)

时间:2014-09-27 08:50:04

标签: ruby

我希望对我创建的日期进行ordinalize。这是我输出日期的代码。

Date.parse(day).strftime "%B %e (%A)"
#outputs => October 8 (Wednesday)

我想更改它,以便输出如下:

10月8日(星期三)

我看过这个,但似乎做不到:In Ruby on Rails, how do I format a date with the "th" suffix, as in, "Sun Oct 5th"?

关于如何做到这一点的任何想法?谢谢!

0 个答案:

没有答案