NIHVIVO-2623 Upgrade to Freemarker 2.3.18
This commit is contained in:
parent
1bac5c5fbc
commit
6fc85c2595
2 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
<h3>Dates</h3>
|
<h3>Dates</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Current date & time: ${now?datetime}</li>
|
<li>Current date & time: ${.now?datetime}</li>
|
||||||
<li>Current date: ${now?date}</li>
|
<li>Current date: ${.now?date}</li>
|
||||||
<li>Current time: ${now?time}</li>
|
<li>Current time: ${.now?time}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Dates</h3>
|
<h3>Dates</h3>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue