function AddMonthsToDate(aDate: TDateTime; aNrMonths: Integer): TDateTime;
begin
Result := IncMonth(aDate, aNrMonths);
end;
Rabu, 07 November 2007
AddMonthsToDate
Diposting oleh Delphi Unair di 12.30
Label: Date and Time
Langganan:
Comment Feed (RSS)
|