Answers for "get any date of current month in moment js"

2

moment get month name

moment(monthNumber, 'M').format('MMMM')
Posted by: Guest on March-15-2021
0

moment get month short name

console.log(moment().format('DD/MMM'))
Posted by: Guest on August-06-2021

Code answers related to "get any date of current month in moment js"

Browse Popular Code Answers by Language