Answers for "how to remove minutes with moment js"

0

how to remove minutes with moment js

const moment = require('moment-timezone');
// it substract 5 minutes in the current time
moment().subtract(5, 'minutes');
Posted by: Guest on April-25-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language