<date>

Validation Information:

Rules Values
Contained by: <p>

May contain:

<add>|<anchor/>|<choice>|<date>|<del>|<delSpan/>|<hi>|<lb/>|<metamark>|<note>|<num>|<pb/>|<restore>|<seg>|<unclear>
Attributes: none

What is it?

The <date> element indicates a date that was written onto the document.


Important!
The <date> element must always be the direct child of a <p> tag.

For example:

<p><date>2/2/2014</date><p>

is CORRECT

while:

<div><date>2/2/2014</date></div>

is INCORRECT