date has these attributes...
Date attribute must be based on ISO 8601; see http://www.w3.org/TR/NOTE-datetime or DateTime.htm. If the date is a range, by default the date attribute is the start date of the range (see below).
CDATA
If the date is a range e.g. 1-2 October 2001, the date would be tagged as follows:
<date date="2001-10-01" dateend="2001-10-02" type="event">1-2 October 2001</date>
CDATA
Allowable type attributes:
| Value | Explanation |
|---|---|
| embargo | the date on which an embargo is lifted e.g. for a press release |
| event | the date on which an event takes place |
| publication_print | the date an article was first published print |
| publication_print_uk | UK-specific print publication date |
| publication_print_us | US-specific print publication date |
| publication_online | the date an article was first published online |
A list of all elements which have type attributes is available here.
CDATA
Created: Tue Dec 23 14:02:01 2003