Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
double d = 3.53435E12;
java.text.DecimalFormat df = new java.text.DecimalFormat("#.#");
String s=df.format(d);
System.out.println("d = " + s);
tarting job forum7601 at 10:13 04/08/2009.
d = 3534350000000
Job forum7601 ended at 10:13 04/08/2009.
double d = 3.53435E12;
java.text.DecimalFormat df = new java.text.DecimalFormat("#.#");
String s=df.format(d);
System.out.println("d = " + s);
tarting job forum7601 at 10:13 04/08/2009.
d = 3534350000000
Job forum7601 ended at 10:13 04/08/2009.
And how to achieve it in tMap?