MTCommentDate
コメントが投稿された日時を表示します。モディファイア format と language を指定して、日時の表示方法を変更できます。
- 使い方
<mt:Comments>
<mt:CommentsHeader>
<div class="section" id="comment">
<h2><$mt:EntryCommentCount singular="1 Comment" plural="# Comments" none="No Comment"$></h2>
</mt:CommentsHeader>
<dl class="comment"<mt:IfArchiveTypeEnabled archive_type="Individual"> id="c<$mt:CommentID$>"</mt:IfArchiveTypeEnabled>>
<dt>
<span class="name"><$mt:CommentAuthorLink show_email="0" default_name="名無し"$></span>
<span class="datetime"><$mt:CommentDate format="%Y-%m-%dT%H:%M"$></span>
</dt>
<dd>
<$mt:CommentBody$>
</dd>
</dl>
<mt:CommentsFooter>
</div>
</mt:CommentsFooter>
</mt:Comments>
モディファイア
以下のページを参照してください。