Answers for "how to add 7 days in a given date moment"

4

moment add 30 days

moment().add(30, 'days');
Posted by: Guest on December-22-2020
4

moment add 6 months

moment().add(6, 'M');
Posted by: Guest on May-01-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language