DateTime ionic 2

Hey,
If i have two date-time and i want to keep always the second be less the previous i use typescript Any Help is appreciated
<ion-item> <ion-label>Start Date *</ion-label> <ion-datetime displayFormat="DD/MMM/YYYY" [(ngModel)]="StartDate" required></ion-datetime> </ion-item>

<ion-item> <ion-label>End Date *</ion-label> <ion-datetime displayFormat="DD/MMM/YYYY" [(ngModel)]="EndtDate" required></ion-datetime> </ion-item>

Regrads