我正在使用带有type=time的HTML5输入元素。问题是它显示的时间是12小时制,但我希望它以24小时制显示。我该如何将其设置为24小时制?
这是我的输入字段:
<input type="time" name="time" placeholder="小时:分钟" pattern="^([0-1]?[0-9]|2[0-4]):([0-5][0-9])(:[0-5][0-9])?$" class="inputs time" required>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号