Add Days Moment Js Code Example


Example 1: moment add 30 days

moment().add(30, 'days');

Example 2: moment js add day

var new_date = moment(startdate, "DD-MM-YYYY").add(5, 'days');

Example 3: momentjs docs

npm install moment

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?