Increment Dynamically generated Dates with jquery and moment.js

Sahil kashyap
1 min readJun 29, 2018

--

What I wanted:

  1. User inputs a date
  2. Clicks Add button
  3. Dates get incremented

Here is the JSfiddle link with code

Date Increment on button click

I was looking for dynamic date increment all over the net but didn’t find one. But in the end “stack overflow” helped. I posted the question and got the answer I was looking for.

--

--