$bugun_int = strtotime("05-04-2016 15:34:14"); $tarih_int = strtotime("06-03-2016 14:33:07"); if($tarih_int == $bugun_int) { echo 'Eşit'; } else { echo 'eşit değil'; }