$fecha_entrega = "2010-09-14";function atraso($fecha){ return floor((time()-strtotime($fecha)) / (60 * 60 * 24 ));}echo atraso($fecha_entrega);