HTML <ins> datetime Attribute
Example
<p>Cost of the product has been increased <ins cite="http://www.example.com/index.html" date="2021-01-01T00:00:00-00:00">New rates will be effected January 2021 onwards.</ins></p>
Meaning
The datetime attribute is used to indicate the date and time the insertion was made.
The value of the attribute is a date in a special format as defined by ISO 8601.
Valid datetime Values:
| Possible | Values |
|---|---|
| a valid year string | 2011 |
| a valid month string | 2011-11 |
| a valid date string | 2011-11-18 |
| a valid yearless date string | 11-18 |
| a valid week string | 2011-W47 |
| a valid time string |
|
| a valid local date and time string |
|
| a valid global date and time string |
|
| a valid duration string | PT4H18M3S |
Standard Syntax
<ins cite="URL" datetime="YYYY-MM-DDThh:mm:ssTZD">...</ins>
Advertisement
Attribute Values
| Value | Description |
|---|---|
| YYYY-MM-DDThh:mm:ssTZD | Date and time of when the text was inserted. Components:
|