'How to change display date of mat date picker in angular?

I am using reactive form and my normal date picker shows values like

enter image description here

Now I only want to show month and year instead of '5/18/2022'. Is there a way to only change the display date of this date picker and not mess up the other date pickers in the same module? I have tried many solutions from stack overflow but they change the value of date picker using pipe but the display date is still the same. I only want to change the display date format without affecting other date pickers.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source