I just want to show a label of type='time' without AM PM.
I tried writing this on my css:
input[type=time]::-webkit-datetime-edit-ampm-field {
display: none;}
and the label looks like this:
<label><input type='time' value = '00:00' name='temps[ ]'></label>
But it still showing anyway.
Thanks