[ 
http://www.stripesframework.org/jira/browse/STS-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter resolved STS-512.
----------------------------

       Resolution: Fixed
    Fix Version/s: Release 1.5

Fixed in r903

> DateFormatter ignores locale when formatting time
> -------------------------------------------------
>
>                 Key: STS-512
>                 URL: http://www.stripesframework.org/jira/browse/STS-512
>             Project: Stripes
>          Issue Type: Bug
>          Components: Formatting
>    Affects Versions: Release 1.4.3
>         Environment: Tested on a Linux box with Tomcat 5.5.26
>            Reporter: Florian Falkner
>            Assignee: Ben Gunter
>             Fix For: Release 1.5
>
>
> I think in line 116 the call needs to be:
> format = DateFormat.getTimeInstance(namedPatterns.get(lcFormatString),locale);
> otherwise the locale is ignored
> format = DateFormat.getTimeInstance(namedPatterns.get(lcFormatString));

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to