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.
AM/PM を含むhtml5 時刻入力の値を取得しようとしています。jquerys .val() を使用すると、時間のみが出力されます。
JS
var $time = $('#start-time-dialog').val();
HTML
<input id="start-time-dialog" type="time">
ありがとう