# File lib/action_view/helpers/text_field_date_helper.rb, line 124
      def text_field_year
        unless @options[:use_hidden] || @options[:discard_year]
          build_text(:year, year, :leading_zeros => false)
        end
      end