Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 75981 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.jdt.doc.user/concepts/concept-template-variables.htm (-2 / +7 lines)
Lines 49-56 Link Here
49
              leaving template edit mode.</td>
49
              leaving template edit mode.</td>
50
        </tr>
50
        </tr>
51
        <tr>
51
        <tr>
52
          <td><strong>${date}</strong></td>
52
          <td><strong>${date([format][, locale])}</strong></td>
53
          <td>Evaluates to the current date.</td>
53
          <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
54
            <p>Example:<br>
55
              <code>${currentDate:date(yyyy-MM-dd)}</code>
56
            </p>
57
 
58
          </td>
54
        </tr>
59
        </tr>
55
        <tr>
60
        <tr>
56
          <td><strong>${dollar}</strong></td>
61
          <td><strong>${dollar}</strong></td>

Return to bug 75981