[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/HTML/Reference/Elements/time [Back]  [Original]

<time> - HTML: Hypertext Markup Language | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

<time>

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2017 10.

HTML <time> . datetime , .

<time> .

  • 24 .
  • . ( )
  • .

In this article

<p>
  The Cure will be celebrating their 40th anniversary on
  <time datetime="2018-07-07">July 7</time> in London's Hyde Park.
</p>

<p>
  The concert starts at <time datetime="20:00">20:00</time> and you'll be able
  to enjoy the band for at least <time datetime="PT2H30M">2h 30m</time>.
</p>
time {
  font-weight: bold;
}
, , .
.
, .
.
ARIA
DOM HTMLTimeElement

.

datetime

. .

<time> . , .

, .

datetime , . datetime , datetime .

datetime

2011
-
2011-11
--
2011-11-18
-
11-18
2011-W47
14:54
14:54:39
14:54:39.929
2011-11-18T14:54:39.929
2011-11-18 14:54:39.929
2011-11-18T14:54:39.929Z
2011-11-18T14:54:39.929-0400
2011-11-18T14:54:39.929-04:00
2011-11-18 14:54:39.929Z
2011-11-18 14:54:39.929-0400
2011-11-18 14:54:39.929-04:00
PT4H18M3S

HTML

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

datetime

HTML

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

Specification
HTML
# the-time-element


Web Proxy Viewer  |  New URL  |  Original Page