I am using grails formatNumber and I would like to display my numbers in decimal format.
I would like to display 10 as 10.00 or 0 as 0.00 with 2 decimal digits.
how to do that ?
|
I am using grails formatNumber and I would like to display my numbers in decimal format. I would like to display 10 as 10.00 or 0 as 0.00 with 2 decimal digits. how to do that ? |
|||
|
|
|
I believe that you were looking for how to do this with Grails' formatNumber tag
results in
The formatNumber tag uses DecimalFormat for the |
|||
|
|
|
Java 5?
Java 4?
(from memory, may contain typos) |
|||
|
|
|
Or using the
Asserting with Junit. Have a look at the documentation for |
||||
|
|