<?php function getDuration(array $times) { $startTime = new DateTime($times[0]); $endTime = $startTime->diff(new DateTime($times[1])); return "{$endTime->h}:{$endTime->i}"; } echo getDuration(array('1:00pm', '7:00pm'));
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`