time element | time object

Represents time on a 24 hour clock or an exact date.

HTML5 A vocabulary and associated APIs for HTML and XHTML

 

DOM Information

Inheritance Hierarchy

 Node
  Element
   HTMLElement
     time

Members

The time object has these types of members:

Properties

The time object has these properties.

PropertyDescription

dateTime

Sets or retrieves the date and time of a modification to the object.

 

Standards information

Examples


<p>I have a meeting on <time datetime="2016-06-22 11:00">Wednesday</time>.</p>

See also

Node

 

 

Show: