I am using material calendar and i want user to select one month date only. I use minData and maxDate field. minDate is working but maxDate not working.
exmple.component.html
<mat-calendar [selected]="selectedDate" (selectedChange)="onCalendarSelectedChange($event)" [minDate]="today" [maxDate]="maxDate"></mat-calendar>
Here is the given link:
https://angular-pknsri.stackblitz.io
Please help me.