出于某种原因I18n.localize(DateTime)
,没有返回我所期望的。例如:
I18n.localize(Date.today, :format => '%b')
=> "d"
Date.today.strftime('%b')
=> "Jul"
为什么:format => '%b'
返回d
而不是Jul
?
编辑:Rails 3.2.13,红宝石 1.9
出于某种原因I18n.localize(DateTime)
,没有返回我所期望的。例如:
I18n.localize(Date.today, :format => '%b')
=> "d"
Date.today.strftime('%b')
=> "Jul"
为什么:format => '%b'
返回d
而不是Jul
?
编辑:Rails 3.2.13,红宝石 1.9