Hello,
I would like to know how to format an output to 2 number after the comma , with this code
I taught It was going to be something likeMinutesTF.setText("" + Minutes);
MinutesTF.setText("%.2f %n" + Minutes);
But It is not working so can someone please help me ,
Thanks