HTMLTimeElement: dateTime-Eigenschaft
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.
Die
HTMLTimeElement.dateTime
Eigenschaft ist ein String, der das datetime
HTML-Attribut widerspiegelt und eine maschinenlesbare Form des Datums- und
Uhrzeitwerts des Elements enthält.
Wert
Ein String. Für gültige String-Formate siehe die datetime
gültigen Werte.
Beispiele
js
// Assumes there is <time id="t"> element in the HTML
const t = document.getElementById("t");
t.dateTime = "6w 5h 34m 5s";
Spezifikationen
Specification |
---|
HTML Standard # dom-time-datetime |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- Das
HTMLTimeElement
Interface, zu dem es gehört.