관리 메뉴

제뉴어리의 모든것

HTML 날짜 입력 받기 본문

HTML

HTML 날짜 입력 받기

제뉴어리맨 2021. 3. 10. 23:23
<form>
  월 : <input type="month"><br>
  날짜 : <input type='date'/><br>
  시간 : <input type='time'/><br> 
  날짜시간 : <input type="datetime-local" /><br>
</form>

 

>>> 결과

 

출처 : hianna.tistory.com/317