How can I get a datetime to look like a button?
<ion-datetime min="2015-05-01" max="{{now}}" displayFormat="MM/DD/YYYY" [(ngModel)]="date" ></ion-datetime>
This looks pretty unspectacular, black on white.
I want to add color…
How can I get a datetime to look like a button?
<ion-datetime min="2015-05-01" max="{{now}}" displayFormat="MM/DD/YYYY" [(ngModel)]="date" ></ion-datetime>
This looks pretty unspectacular, black on white.
I want to add color…