[Solved] DecimalFormat to format minutes to hours

I need to pass the formatter to some other methods(for formatting Y axis in a bar chart) I’ll leave the implementation details as a learning exercise for you, but one straightforward way would be to create your own subclass of DecimalFormat that overrides the various format methods, does the math, and passes the resulting modified … Read more