HTML

[form] HTML - <input type="time"> 태그 - 시간 입력 (= 인풋타임타입/타임타입인풋 요소)

목차
  1. <input type="time"> 예제 - 시간 입력
  2. <input type="time"> 정의
  3. <input type="time"> 구문

 

<input type="time"> 예제 - 시간 입력

 

<form action="/action_page.php">

  <label for="time">시간 선택:</label>

  <input type="time" id="time" name="time">

  <input type="submit">

</form>

 

결과값예: time=16:39

 

<input type="time"> 정의

 

시간 입력 가능한 INPUT 요소.

 


 

1.

  • 입력할 땐 오전/오후 12간제(예: 오후 4:39)이나,서버 제출 땐 24시간제(예: 16:39)로 표현되어 전달됨.
  • <label> 태그 사용 시, 웹접근성 향상됨.

 

2. cf.

  • <input type="date"> 태그 - (예) 2023-09-23
  • <input type="datetime-local"> 태그 - (예) 2023-09-23T22:25
  • <input type="month"> 태그 - 2023-09
  • <input type="time"> 태그 - (예) 22:25
  • <input type="week"> 태그 - (예) 2023-W38


3.

IE 제외한 주요 최신브라우저 모두 지원.

 

4. MDN <input type="time"> 예제보기

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time

 

 

<input type="time"> 구문

 

<input type="time">

 

 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
attribute HTML - onpaste 속성 - 사용자가 요소에 내용 붙여넣기 시 실행 (= onpaste속성 = 온패스…
attribute HTML - onpause 속성 - (오디오/비디오) 일시정지 시 실행 (= onpause속성 = 온포스속성…
attribute HTML - onplay 속성 - (오디오/비디오) 재생 시 실행 (= onplay속성 = 온플레이속성) ※…
attribute HTML - onplaying 속성 - (오디오/비디오) 재생 중 실행 (= onplaying속성 = 온플레…
attribute HTML - onpopstate 속성 - 브라우저 히스토리 변경 시 실행 (= onpopstate속성 = 온…
attribute HTML - onprogress 속성 - (오디오/비디오) 다운로드 시 실행 (= onprogress속성 =…
attribute HTML - onratechange 속성 - (오디오/비디오) 재생속도 변경 시 실행 (= onratecha…
attribute HTML - onreset 속성 - 폼 초기화 시 실행 (= onreset속성 = 온리셋속성) ※ onres…
attribute HTML - onresize 속성 ★ - 브라우저창크기 변경 시 실행 (= onresize속성 = 온리사이즈…
attribute HTML - onscroll 속성 ★ - 마우스 스크롤 이벤트 시 실행 (= onscroll속성 = 온스크롤…
attribute HTML - onsearch 속성 - search타입 input창에서 Enter키 누르거나 × 클릭 시 실행…
attribute HTML - onseeked 속성 - (오디오/비디오) 재생위치 변경 종료 시, 실행할 코드 지정. (= o…
attribute HTML - onseeking 속성 - (오디오/비디오) 재생위치 변경 시작 시, 실행할 코드 지정. (= …
attribute HTML - onselect 속성 - 요소 내용 선택 시 실행 (= onselect속성 = 온실렉트속성) ※…
attribute HTML - onstalled 속성 - (오디오/비디오) 이용불가 (=사용불가) 시 실행 (= onstall…
18/23
목록
 홈  PC버전 로그인 일본어
웹디자인언어
서버관리언어
고급코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인