Would want to make php more interactive
Looking for a way to list result when there is only one day left Result: 1 day remaining
Else: Result: n days remaining
Partial Code
$daysleft = $date2->diff($date1);
echo $daysleft->format('%a days'),' remaining';