Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML 5 で入力タイプ time の時間形式を変更する方法。
<form> Time:<input type="time" name="timeformat"/> <input type="submit" value="Submit" /> </form>
24時間表示したい。フォーマット。これに対するいくつかのコードまたは解決策を教えてください。