Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReportService - format numbers #213

Closed
rsoika opened this issue Oct 2, 2016 · 0 comments
Closed

ReportService - format numbers #213

rsoika opened this issue Oct 2, 2016 · 0 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Oct 2, 2016

Currently number format did not work properly.
This is an example which should be verified to fix the problem:

Double num = new Double(525949.2);
NumberFormat numberFormatter;
String numOut;
Locale locale = new Locale("en", "US");
numberFormatter = NumberFormat.getNumberInstance(locale);
numOut = numberFormatter.format(num);
System.out.println(numOut + "   " + currentLocale.toString());
@rsoika rsoika added the bug label Oct 2, 2016
@rsoika rsoika modified the milestones: 4.0.0, 4.0.1 Oct 2, 2016
@rsoika rsoika modified the milestones: 4.0.2, 4.0.1 Nov 7, 2016
@rsoika rsoika modified the milestones: 4.0.3, 4.0.2 Nov 26, 2016
@rsoika rsoika modified the milestones: 4.0.4, 4.0.3 Jan 8, 2017
rsoika added a commit that referenced this issue Jan 14, 2017
rsoika added a commit that referenced this issue Jan 14, 2017
@rsoika rsoika added the testing label Jan 14, 2017
@rsoika rsoika modified the milestones: 4.0.5, 4.0.4 Jan 15, 2017
@rsoika rsoika closed this as completed Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant