Skip to content

Instantly share code, notes, and snippets.

@hlassiege
Created May 3, 2018 09:31
Show Gist options
  • Save hlassiege/1b9adedc580b4399ae3915c90c8327e6 to your computer and use it in GitHub Desktop.
Save hlassiege/1b9adedc580b4399ae3915c90c8327e6 to your computer and use it in GitHub Desktop.
numberformatcurrency.java
NumberFormat nf = NumberFormat.getCurrencyInstance();
nf.format(1234.56);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment