Browse Source

Fixed a typo

Submitted by Christopher Elkins <chrise@scardini.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268889 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
1164d88421
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

@@ -62,7 +62,7 @@ SimpleDateFormat class.
&quot;TODAY_UK&quot; with the date/time pattern &quot;d MMM yyyy&quot;</p>

<pre> &lt;tstamp&gt;
&lt;format property=&quot;TODAY_UK&quot; pattern=&quot;d MMMM yyyy&quot;&gt;
&lt;format property=&quot;TODAY_UK&quot; pattern=&quot;d MMMM yyyy&quot;/&gt;
&lt;/tstamp&gt;
</pre>



Loading…
Cancel
Save