<% HopObject.createtime %> |
macro renders the time the object was created |
Sourcecode in HopObject/macros.js:
1: function createtime_macro(param) { 2: if (this.createtime) 3: res.write(formatTimestamp(this.createtime, param.format)); 4: return; 5: } |