Browse Source

Fix example by adding the UK iso3166 code

PR: 37040

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327677 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 19 years ago
parent
commit
348ec2c27e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/tstamp.html

+ 1
- 1
docs/manual/CoreTasks/tstamp.html View File

@@ -113,7 +113,7 @@ sets the standard <code>DSTAMP</code>, <code>TSTAMP</code>,
and <code>TODAY</code> properties according to the default formats.</p>
<pre>
&lt;tstamp&gt;
&lt;format property=&quot;TODAY_UK&quot; pattern=&quot;d-MMMM-yyyy&quot; locale=&quot;en&quot;/&gt;
&lt;format property=&quot;TODAY_UK&quot; pattern=&quot;d-MMMM-yyyy&quot; locale=&quot;en,UK&quot;/&gt;
&lt;/tstamp&gt;
</pre>
<p>


Loading…
Cancel
Save