HTML CSS Reference/HTML Attributes Reference/datetime
"datetime" Example
<HTML>
<head><Title>Example For datetime</Title></head>
<BODY>
<del datetime="2006-04-15T18:50:30Z">deleted</del>
</BODY>
</HTML>
datetime is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<del> <ins> |
+----------------+--------------------------------------------------------------+
"datetime" Syntax and Note
Note:
This attribute sets the date and time when the text in a
<del> or <ins> element was deleted.
Syntax:
<element datetime="value"> . . . </element>