Answers for "how to add current date with moment js"

6

moment date add

var new_date = moment(startdate, "DD-MM-YYYY").add(5, 'days');
Posted by: Guest on May-15-2020

Code answers related to "how to add current date with moment js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language