HTML5 추가 input 요소 – 날짜 관련 input type

html5에서는 추가된 input 요소들이 있습니다. 시멘틱 웹을 지향하며 장치들이 보다 더 확실하게 개발자/사용자의 의미를 인식하도록 추가된 요소들입니다.

예를 들어, 카카오톡 대화창에서 특정 날짜를 이야하기면 자동으로 일정 생성이 가능하게 된 것을 비슷한 흐름이라고 할 수 있겠습니다.

datetime

<input type = "datetime">
<input type = "datetime-local">

week

<input type = "week">

month

<input type = "month">

date

<input type = "date">

time

<input type = "time">

댓글 남기기