<ion-label color="dark"> Time </ion-label>
<ion-datetime
displayFormat="hh:mm A"
pickerFormat="hh:mm A"
formControlName="time"
></ion-datetime>
</ion-item>
Here is the code, I’m not able to select 12 PM in 12 hours format. I don’t want to use 24 hours format.
1 post - 1 participant