Please take a look at the documentation at https://docs.angularjs.org/api/ng/filter/date. There you will see the desired format:
{{date_expression | date:'MMMM'}}
From the docs:
'MMMM': Month in year (January-December)
Please take a look at the documentation at https://docs.angularjs.org/api/ng/filter/date. There you will see the desired format:
{{date_expression | date:'MMMM'}}
From the docs:
'MMMM': Month in year (January-December)