hi guys,
i have a date time picker
<ion-item>
<ion-label floating>Date</ion-label>
<ion-datetime displayFormat="MM/DD/YYYY" [(ngModel)]="birthday"></ion-datetime>
</ion-item>
here the image
but i 'd like to change only the text of the default button “Done” and “Cancel”.how can i do? thanks in advice!