Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLTimeElement
  4. dateTime

HTMLTimeElement: dateTime property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨October 2017⁩.

ThedateTimeproperty of theHTMLTimeElement interface is a string that reflects thedatetime HTML attribute, containing a machine-readable form of the element's date andtime value.

Value

A string. For valid string formats, see thedatetime valid values.

Examples

js
// Assumes there is <time> element in the HTMLconst t = document.getElementById("t");t.dateTime = "6w 5h 34m 5s";

Specifications

Specification
HTML
# dom-time-datetime

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp