# File lib/cucumber/rails/capybara/select_dates_and_times.rb, line 26
        def select_datetime(datetime, options)
          select_date(datetime, options)
          select_time(datetime, options)
        end