<label >Select a time:</label>
<input type="time" >
I used the HTML's default Time field to get the time from the user
The time field format depended on the local machine's regional format
Check the below images to get more clearly
But I always need time handle with AM/PM
How should I prevent the Time field from the local regional format?