Page History
Document Generator allows rendering tests based on JavaScript. The notation is:
%{<Javascript>} |
Examples:
Code Block | ||||
---|---|---|---|---|
| ||||
%{( new Date()).getDate() + "/" + (( new Date()).getMonth()+ 1 ) + "/" + ( new Date()).getFullYear()} |
...
Document Generator allows rendering tests based on JavaScript. The notation is:
%{<Javascript>} |
Examples:
Code Block | ||||
---|---|---|---|---|
| ||||
%{( new Date()).getDate() + "/" + (( new Date()).getMonth()+ 1 ) + "/" + ( new Date()).getFullYear()} |
...