So I am using default time picker of HTML
<input type="time" />
Now my problem is in some system it is coming as 12HR format and in some system as 24HR format.
Is there any solution for this so that I can fix this as 12HR format?
So I am using default time picker of HTML
<input type="time" />
Now my problem is in some system it is coming as 12HR format and in some system as 24HR format.
Is there any solution for this so that I can fix this as 12HR format?