How do I create a Month Date Picker in Angular, excluding hide Day And Year?
This following link will do a Month and Year picker. I am trying to manipulate it to do Month Only. How can this be configured?
Stackblitz:
https://stackblitz.com/angular/gxymgjpprdy?file=src%2Fapp%2Fdatepicker-views-selection-example.ts
Result should be something like this, value emitted can be for Example May: a) 5 Or b) 5/1/2020. And I can remove Day and year later .
Resources: Angular Material DatePicker: Month and Day, Exclude Year