class Capybara::Selenium::Node::SettableValue

def to_datetime_str

def to_datetime_str
  value.to_time.strftime('%Y-%m-%dT%H:%M')
end