Browse Source

UK is not a valid country code. PR 54590. Submitted by Patrick Altaie

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452023 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 12 years ago
parent
commit
3e12dead7d
3 changed files with 6 additions and 1 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +4
    -0
      contributors.xml
  3. +1
    -1
      manual/Tasks/tstamp.html

+ 1
- 0
CONTRIBUTORS View File

@@ -259,6 +259,7 @@ Oliver Rossmueller
Ondra Medek Ondra Medek
Omer Shapira Omer Shapira
Oystein Gisnas Oystein Gisnas
Patrick Altaie
Patrick C. Beard Patrick C. Beard
Patrick Chanezon Patrick Chanezon
Patrick G. Heck (Gus Heck) Patrick G. Heck (Gus Heck)


+ 4
- 0
contributors.xml View File

@@ -1052,6 +1052,10 @@
<first>&#216;ystein</first> <first>&#216;ystein</first>
<last>Gisn&#229;s</last> <last>Gisn&#229;s</last>
</name> </name>
<name>
<first>Patrick</first>
<last>Altaie</last>
</name>
<name> <name>
<first>Patrick</first> <first>Patrick</first>
<last>C.</last> <last>C.</last>


+ 1
- 1
manual/Tasks/tstamp.html View File

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


Loading…
Cancel
Save