I'm trying to create an input time with 24 hours format, I have the following code:
<input type="time" step="1" lang="pl"/>
I tried different formats as suggested in:
Input type time 24 hour format
But it's fully ignored:
I even tried to set the culture in code and it didn't work too. Any idea?