Changing DateTime properties - Ionic3

-1

I'm developing an application with ionic 3 ... And I wanted to know how to change the properties "Cancel" and "Done"

    
asked by anonymous 25.09.2018 / 14:24

1 answer

0

According to the Ionic documentation , you can change the properties cancelText and% with%. Example:

<ion-datetime displayFormat="MM/DD/YYYY" [(ngModel)]="myDate" cancelText="Cancelar" doneText="OK"></ion-datetime>
    
25.09.2018 / 15:17