The issue with the am/pm display is dependent on the browser that the app is opened in. I am looking for a universal solution to ensure it does not appear in any popular browsers. Below is the HTML code for my input time field:
<input type="time" for="Time" step="60" id="timeInput" class="form-control" style="width: 80%; border: 1px solid rgba(0,0,0,0.2); border-radius: 2.5px;" required/>