- macros dealing with display of time now have two simple format options ("short" and "long")

This commit is contained in:
Robert Gaggl 2001-12-10 23:06:06 +00:00
parent b08b9ed85f
commit 3d6a08107e
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -1 +1 @@
<li><b><% this.username linkto="edit" %></b> (<% this.level %>, signed up <% this.createtime %><% this.url prefix=", url:&nbsp;" %>)</li>
<li><b><% this.username linkto="edit" %></b> (<% this.level %>, signed up <% this.createtime format="short" %><% this.url prefix=", url:&nbsp;" %>)</li>