I am using ion-datetime with 12 hours format, not able to select 12: 00 PM

        <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.