<% Global.now %>
macro renders the current timestamp
Sourcecode in Global/macros.js:
1:
function now_macro(param) {
2:
return formatTimestamp(new Date(), param.format);
3:
}