# File lib/action_view/helpers/text_field_date_helper.rb, line 94
      def text_field_second
        unless @options[:use_hidden] || @options[:discard_second]
          build_text(:second, sec)
        end
      end