Displays the date when the comment was made. By default, the date format used is that defined in the administration interface of Dotclear.
This tag must be used in a tpl:Comments loop.
This attribute defines the desired date format following the date formats rules. The date will then be encoded with the dc::str method if the iso8601 and rfc822 attributes are not specified.
{{tpl:CommentDate format="%d-%m-%Y"}}
affichera dd-mm-YYYY
This attribute specifies whether the date should be in the iso8601 format.
his attribute specifies whether the date should be in the rfc822 format
<p class="comment-date">This comment was posted on {{tpl:CommentDate}}.</p>
Wiki powered by Dokuwiki.