<?php $start_date = new DateTime('31-03-2019 00:00:00'); $end_date = new DateTime('01-05-2019 24:00:00'); $d = $start_date->diff($end_date); echo "day: " . $d->d . " month: " . $d->m . "\n";
You have javascript disabled. You will not be able to edit any code.