Answers for "add days in mome"

0

add days in mome

// to add 5 days to a date 

var new_date = moment().add(5, 'days');
Posted by: Guest on April-13-2021

Browse Popular Code Answers by Language