# File lib/action_view/helpers/text_field_date_helper.rb, line 106
      def text_field_hour
        unless @options[:use_hidden] || @options[:discard_hour]
          build_text(:hour, hour, :ampm => @options[:ampm])
        end
      end