I want to get all months name from year in moment.js
if the year is 2011, then i want to all months name in momentjs
2011
i have tried this below
If you want to list month names in a select in React:
{moment.months().map(item => ( {item} ))}