<?php $start = new DateTime("2016-12-26"); $end = new DateTime("2017-03-04"); echo $start->diff($end)->days;
You have javascript disabled. You will not be able to edit any code.