Answers for "moment add time in text format"

2

momentjs date and time string add minutes

moment(date, "DD-MM-YYYY hh:mm:ss")
                        .add(10, 'minutes')
                        .format('DD/MM/YYYY hh:mm:ss');
Posted by: Guest on May-28-2021
-1

moment now format

var date = moment().format('MM/DD/YYYY');
Posted by: Guest on July-27-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language