Movatterモバイル変換


[0]ホーム

URL:


  1. 面向开发者的 Web 技术
  2. Web API
  3. HTMLTimeElement
  4. HTMLTimeElement:dateTime 属性

此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in EnglishAlways switch to English

HTMLTimeElement:dateTime 属性

Baseline Widely available

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

HTMLTimeElement.dateTime 属性是一个反映datetime HTML 属性的字符串,包含元素日期和时间值的机器可读形式。

一个字符串。对于有效的字符串格式,请参见datetime 有效值

示例

js
// 假设 HTML 中有 <time> 元素const t = document.getElementById("t");t.dateTime = "6w 5h 34m 5s";

规范

Specification
HTML
# dom-time-datetime

浏览器兼容性

参见

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp