toNumFormat improvement
WindSekirun opened this issue · 1 comments
WindSekirun commented
public static String getFormattedNum(String num) {
DecimalFormat decimalFormat = new DecimalFormat("#,###.##");
return decimalFormat.format(new BigDecimal(num));
}
WindSekirun commented
fixed in 2.4.0