$fecha = strtotime("2010-02-22");$fecha2 = strtotime("2010-02-23");if($fecha2 > $fecha){ echo "es mas grande fecha2!!";}