Ver Mensaje Individual
  #2  
Antiguo 08-11-2006
Avatar de DarKraZY
DarKraZY DarKraZY is offline
Miembro
 
Registrado: ago 2003
Posts: 460
Reputación: 21
DarKraZY Va por buen camino
En Delphi tienes la función "DaysBetween" en la librería DateUtils.
Código Delphi [-]
function DaysBetween(const ANow, AThen: TDateTime): Integer;

Y la función "IncDate" también
Código Delphi [-]
function IncDay(const AValue: TDateTime; const ANumberOfDays: Integer = 1): TDateTime;

Si necesitas algo más busca por la ayuda de Delphi en el apartado "datetime routines"

un saludo!
Responder Con Cita