Answers for "moment js one day from now"

6

moment js add day

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

moment to javascript date

let now = moment()
let now = now.toDate()
Posted by: Guest on March-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language