# File lib/action_view/helpers/text_field_date_helper.rb, line 118
      def text_field_month
        unless @options[:use_hidden] || @options[:discard_month]
          build_text(:month, month.nil? ? "" : month_name(month), :leading_zeros => false)
        end
      end