no message
This commit is contained in:
parent
7c9e204474
commit
7853f84444
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function author_macro(param) {
|
|||
|
||||
function createtime_macro(param) {
|
||||
renderPrefix(param);
|
||||
res.write(param.format ? this.createtime.format(param.format) : this.createtime.format());
|
||||
res.write(param.format ? this.createtime.format(param.format) : this.createtime.format("yyyy.MM.dd HH:mm"));
|
||||
renderSuffix(param);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue