Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
DecimalFormat myFormat = new DecimalFormat("0.00");
rowX.myFormattedDate = myFormat.format(rowX.myNumericRow);
in a component tMap. In this place, it don't work,it say "syntax error"