select_date显示下拉列表中的数字而不是月份名称

时间:2012-12-27 15:53:39

标签: ruby-on-rails

您好我正在使用select_date函数在我的视图中只有月份名称的下拉列表。但它在下拉列表中给出了数字而不是月份名称。有人可以帮忙吗? 我的代码:

<%= select_date(Date.today, :order => [:month, :year], :discard_day => true, :use_short_month => true) %>

提前致谢 Sumanta

1 个答案:

答案 0 :(得分:0)

我没有看到语法方面的任何问题,我尝试了同样的方法并获得了预期的结果 - 下拉列表中的月份。如建议的那样,请重新启动服务器。