DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37040>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37040





------- Additional Comments From [EMAIL PROTECTED]  2005-10-12 10:56 -------
The bug is caused by insufficient documentation of the unusual format of the 
locale string. It works if the task is given as
    <tstamp>
        <format property="TODAY" pattern="yyyy-MMM-dd HH:mm" locale="en,US"/> 
    </tstamp>

Please provide a correct example of specifying a country, the example given in 
the docs:
  <tstamp>
    <format property="TODAY_UK" pattern="d-MMMM-yyyy" locale="en"/>
  </tstamp>

is incomplete and (thus) incorrect. It should read
  <tstamp>
    <format property="TODAY_UK" pattern="d-MMMM-yyyy" locale="en,UK"/>
  </tstamp>
 


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to