Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<time>

HTML <time> 요소는 24시간 시각이나 정확한 그레고리력 날짜를 나타냅니다. (선택적으로 시간과 타임존 정보가 함께 들어갈수 있습니다.)

이 요소는 기계가 이해할수 있는 형태로 날짜나 시간을 나타내기위해 목적되었습니다. 이를 이용해서 브라우저는 사용자 달력에 들어갈 일정을 안내할 수 있습니다.

사용 각주: 이 요소는 계산될 수 없는 특정 날짜나 그레고리력 이전의 날짜(이러한 날짜 계산의 복잡성 때문)에는 적절하지 않습니다.

속성

다른 HTML 요소들처럼, 이 요소도 전역 속성을 지원합니다.

datetime
이 속성은 요소의 시간과 날짜를 나타내며 선택적으로 시간 정보를 갖는 유효한 날짜 문자열이어야 합니다. 만일 값이 선택적으로 시간 정보를 갖는 날짜 문자열로 파싱될수 없다면, 요소는 관련된 타임스탬프를 소유하지 않게 됩니다.

예제

간단한 예제

HTML

<p>The concert starts at <time>20:00</time>.</p>

결과

datetime 예제

HTML

<p>The concert took place on <time datetime="2001-05-15 19:00">May 15</time>.</p>

결과

명세

명세 상태 주석
WHATWG HTML Living Standard
The definition of '<time>' in that specification.
Living Standard HTML5.1로부터의 변화없음
HTML5.1
The definition of '<time>' in that specification.
Working Draft HTML5로부터의 변화없음
HTML5
The definition of '<time>' in that specification.
Recommendation 초기 정의.

브라우저 호환성

특징 Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 33.0 22.0 (22.0) 9.0 22.0 7.0
특징 Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 2.1 ? 22.0 (22.0) 10.0 11.50
Removed in 15.0
4.0-4.1

참고

  • 다른 종류의 값들을  알리는 <data> 요소.

문서 태그 및 공헌자

 이 페이지의 공헌자: hyeonseok, azunyan3
 최종 변경: hyeonseok,