Check this : Add Months in JS.mp4 - Google Drive
JS
var date = new Date('date_input');
var date = date.setMonth(date.getMonth() + months_input);
var after_date = new Date(date);
var formatted = (after_date.getMonth()+1)+'-' + after_date.getDate() + '-'+after_date.getFullYear();
return formatted;
( In here replace the inputs with date_input text and months_input text! )
The Component Details
Instructions to download components from Pragmaflow website : PragmaFlow's Adalo Marketplace Reopened - YouTube
Pragmaflow website : https://adalo.pragmaflowservers.com/install-component
The component you need :
Thank you