i want to add months from user input to a particular date using javascript. tried every single method given for some duplicate questions but its still not worth it.
i am having a user subscription form in which i have a client created date .There is one input field where user enters the number of months subscribed. Now i want to create a label where i wanna print the subscription expiry date where i want to "add the client created date with the number of months subscribed"
Please help me for this problem.
Thank You in advance.