- macros dealing with display of time now have two simple format options ("short" and "long")
This commit is contained in:
parent
b08b9ed85f
commit
3d6a08107e
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
<li><% this.weblogtitle linkto="main" %> (as <% this.level %>, since <% this.createtime %>)</li>
|
||||
<li><% this.weblogtitle linkto="main" %> (as <% this.level %>, since <% this.createtime format="short" %>)</li>
|
|
@ -1 +1 @@
|
|||
<li><b><% this.username linkto="edit" %></b> (<% this.level %>, signed up <% this.createtime %><% this.url prefix=", url: " %>)</li>
|
||||
<li><b><% this.username linkto="edit" %></b> (<% this.level %>, signed up <% this.createtime format="short" %><% this.url prefix=", url: " %>)</li>
|
Loading…
Add table
Reference in a new issue