The 1C:Enterprise developers forum
I just want to add a month to currnetDate() ..... I tried to add the month equality of seconds witch is (2629743.83) but it failed .... is there any other way to do it ? And thanks in advance
Try this:
AddMonth(CurrnetDate(), 1);
It worked ... Thanks a lot brother