Bastaría con comparar dos marcas de tiempo: $t1 = strtotime($time); $t2 = strtotime($Max_Time); if($t1 > $t2) { .. }