Community
Participate
Working Groups
leaving template edit mode.</td>
</tr>
<tr>
<td><strong>${date}</strong></td>
<td><strong>${date([format][, locale])}</strong></td>
<td>Evaluates to the current date.</td>
<td>Evaluates to the current date in the specified format and locale. format and local are optional parameters. format is as per java.text.SimpleDateFormat
<p>Example:<br>
<code>${currentDate:date(yyyy-MM-dd)}</code>
</p>
</td>
<td><strong>${dollar}</strong></td>