time element | time object
Represents time on a 24 hour clock or an exact date.
![]() |
DOM Information
Inheritance Hierarchy
Node
Element
HTMLElement
time
Members
The time object has these types of members:
Properties
The time object has these properties.
| Property | Description |
|---|---|
|
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
Show:
