개발자의 길

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

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

크롬

파이어폭스

'7. HTML5' 카테고리의 다른 글

[html5]file 테스트  (0) 2012.01.13
[html5]checkbox에 추가된 indeterminate 프로퍼티 테스트  (2) 2012.01.13
[html5]number, range 테스트  (0) 2012.01.13
[html5]tel,url,email 테스트  (0) 2012.01.13
[html5] search 테스트  (0) 2012.01.13


이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
공유하기 링크
Comments