<?php $date1 = date_create("2012-01-01"); $date2 = date_create("2016-07-31"); $diff = date_diff($date1,$date2); echo $diff->format("%y yıl %m ay %d gün");
You have javascript disabled. You will not be able to edit any code.