-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.22.1
-
Labels:None
Formatted time in Java:
NumberFormat numberFormat = NumberFormat.getInstance( Locale.ENGLISH ); numberFormat.setGroupingUsed( true ); numberFormat.setMinimumFractionDigits( 0 ); numberFormat.setMaximumFractionDigits( 3 ); return numberFormat.format( runTime / MS_PER_SEC );