HTML <del> datetime Attribute
Example
<p>This text has been <del datetime="2020-01-01T01:01:01Z">deleted</del>.</p>
Meaning
The date and time the deletion was made.
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
<del datetime="YYYY-MM-DDThh:mm:ssTZD">
Advertisement
Attribute Values
| Value | Description |
|---|---|
| YYYY-MM-DDThh:mm:ssTZD | Date and time of when the text was deleted.
Components:
|