How to set min and max date

how to set min and max date in ion-input type=“date” calendar

Hi @Anandan_Rajkumar,

If you are using ionic 2, then you can use below mentioned code.

<ion-item>
  <ion-label>Date</ion-label>
  <ion-datetime displayFormat="MMMM YYYY" min="2016" max="2020-10-31" [(ngModel)]="myDate">
  </ion-datetime>
</ion-item> 

Hope this will work for you. If you find it helpful then you can mark it as a solution. You can always like the answer by clicking on heart icon.

Hi @addwebsolution

I already this solution in some other controls but i need a calender format disply