Answers for "moment js substract months"

2

moment js subtract years

let min_date = moment().subtract(18, 'years');
Posted by: Guest on November-19-2020
4

moment add 6 months

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

Code answers related to "moment js substract months"

Browse Popular Code Answers by Language