7. HTML5

[html5]datetime,date,month,week,time,datetime-local 테스트1

자르르 2012. 1. 13. 11:46

datetime,date,month,week,time,datetime-local 테스트1

<form>
<input type="datetime" min="2010-04-01" max="2010-04-30" placeholder="type=datetime"><br/>
<input type="date" min="2010-04-01" max="2010-04-30" placeholder="type=date"><br/>
<input type="month" placeholder="type=month"><br/>
<input type="week" placeholder="type=week"><br/>
<input type="time" placeholder="type=time"><br/>
<input type="datetime-local" placeholder="datetime-local"><br/>

참고자료.

http://www.html5.jp/tag/elements/input.html

결과

opera 10.60

크롬

파이어폭스