CodePudding user response:
Int Year=2013;Int the Month=4;
Int Day=16;
TDateTime InputDate=EncodeDate (Year, Month, Day);
TDateTime OutputDate=InputDate + 2;
ShowMessage (FormatDateTime (" yyyy years on d m, "OutputDate));
CodePudding user response:
The building LordSuggest you learn how to use Google search
CodePudding user response:
There is a very simple built-in functions: incday (date, 1) is any day...CodePudding user response:
Top 2 floor,