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