# File lib/action_view/helpers/date_helper.rb, line 546 def select_month(date, options = {}, html_options = {}) DateTimeSelector.new(date, options, html_options).select_month end