Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/03/2005, 09:31
MartinTandil
 
Fecha de Ingreso: marzo-2005
Mensajes: 163
Antigüedad: 19 años, 1 mes
Puntos: 0
Esto por ahi te sirve:

$fecha_1 = "06-11-2005";
$fecha_2 = "29-02-2001";
$fecha_1 = strtotime($fecha_1);
$fecha_2 = strtotime($fecha_2);
$cant_dias=(($fecha_2-$fecha_1)/86400);

Espero te ayude, suerte