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


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to