How ot find next installment dates from given date using java script

Hi Omkar,

I think using dateAdd(input, “m”, 3) function in ModifiedJavaScript, would solve your problem.
There are many different options available which you can provide, please find the list below:

  • y - Years
  • m - Months
  • d - Days
  • w - Weeks
  • wd - Workingdays
  • hh - Hours
  • mi - Minutes
  • ss - Seconds

Thanks,
Sagar Singh

1 Like

Thank you😊