# File lib/action_view/helpers/date_helper.rb, line 376
      def select_second(datetime, options = {}, html_options = {})
        DateTimeSelector.new(datetime, options, html_options).select_second
      end