# File lib/action_view/helpers/date_helper.rb, line 253
      def select_datetime(datetime = Time.current, options = {}, html_options = {})
        separator = options[:datetime_separator] || ''
        select_date(datetime, options, html_options) + separator + select_time(datetime, options, html_options)
       end