hi this forum really helps me lot of things in ionic
please educate me how to get the difference between two dates.i search already but none of it works. and then i figured out that the date output is using -
Ex: 03-02-2017 how to convert this to 03/02/2017 to get the difference between two dates easily or is their any ionic way for this problems
this is my code
Check-in
<ion-input type="date " [(ngModel)]=“check_in” required>
<ion-item>
<ion-label text>Check-out</ion-label>
<ion-input type="date" [(ngModel)]="check_out" required=""></ion-input>
</ion-item>