我希望对我创建的日期进行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"?
关于如何做到这一点的任何想法?谢谢!