Sorry, Down for maintenance
Ooops... Error 404

You have attempted to load a
page that could not be found.
Please retry with another page.

While regrouping .. try this site
Photo courtesy of pixabay.com
$datetime1 = date_create(date('Y-m-d')); $datetime2 = date_create('2050-01-01'); // Calculates the difference between DateTime objects $interval = date_diff($datetime1, $datetime2); // Printing result in years & months format $diffYrs = abs($interval->format('%R%y')); $diffMon = abs($interval->format('%m')); $diffDay = abs($interval->format('%d')); -->