<date>

Validation Information:

[table border="1" colwidth="115"]
Rules,Values

Contained by:,<p>

May contain:,<add>|<anchor/>|<choice>|<date>|<del>|<delSpan/>|<hi>|<lb/>|<metamark>|<note>|<num>|<pb/>|<restore>|<seg>|<unclear>
Attributes:,none
[/table]


What is it?

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


[ebs-panel style="panel-danger"]
[ebs-panel-header]
Important!
[/ebs-panel-header]
[ebs-panel-content]
The <date> element must always be the direct child of a <p> tag.
[/ebs-panel-content]
[/ebs-panel]
[ebs-panel style="panel-info"]
[ebs-panel-header]
For example:
[/ebs-panel-header]
[ebs-panel-content]

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

is CORRECT

while:

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

is INCORRECT

[/ebs-panel-content]
[/ebs-panel]