input 태그의 type 속성을 datetime 값으로 설정하면 날짜와 시간을 입력할 수 있는 필드를 생성할 수 있습니다.
input
type
datetime
<input type="datetime">
: