NIHVIVO-2623 Upgrade to Freemarker 2.3.18

This commit is contained in:
ryounes 2011-05-25 20:08:35 +00:00
parent 1bac5c5fbc
commit 6fc85c2595
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -11,9 +11,9 @@
<h3>Dates</h3>
<ul>
<li>Current date & time: ${now?datetime}</li>
<li>Current date: ${now?date}</li>
<li>Current time: ${now?time}</li>
<li>Current date & time: ${.now?datetime}</li>
<li>Current date: ${.now?date}</li>
<li>Current time: ${.now?time}</li>
</ul>
<h3>Dates</h3>