I am using Angular Material 2 date picker and want to format the date like - 'Sat 02-Mar-19'.
There is a guideline how to do that in Angular Material, as I am new to moment js and not familiar with it, so not able to get the expected format.
I tried to format the date by looking into the moment doc by changing the options provided by Angular Material but no luck.
What change I should do into the configuration provided by Angular material to get the date like - 'Sat 02-Mar-19'.