Fixed input of custom date in Story editor
This commit is contained in:
parent
a681b09c78
commit
9c6159a636
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ Story.prototype.createtime_macro = function(param) {
|
|||
} else {
|
||||
param.value = formatDate(new Date(), "yyyy-MM-dd HH:mm");
|
||||
}
|
||||
param.name = "createtime";
|
||||
param.name = "created";
|
||||
html.input(param);
|
||||
} else if (this.created) {
|
||||
var text = formatDate(this.created, param.format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue