Answers for "moment format date hours minute second"

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
2

moment hour minute

moment().format('HH:mm:ss')
Posted by: Guest on January-12-2021

Code answers related to "moment format date hours minute second"

Code answers related to "Javascript"

Browse Popular Code Answers by Language