<?php $from = '09:00:00'; $duration = 90; $date = new \DateTime($from); $date->add(new \DateInterval("PT{$duration}M")); $to = $date->format('H:i:s'); echo $from."\n"; echo $to;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`