Docs > Tags > date
The <content:date> tag is a date placeholder. Only valid dates will be allowed as input. You can specify the display format of the date using the format attribute.
| Name | R? | Description |
|---|---|---|
| id | Y | Unique id. Alphanumeric, cannot start with a number. |
| format | N | Display format. Defaults to dd/MM/yyy. |
Dates are stored internally in "yyyyMMddhhmm" format, and this is how they are serialized in xml.
Example
Birthday: <content:date id="birthday" format="d MMM yyyy"/>



