Inside Coldfusion MX
| DecimalFormat (number) Description
Converts a number to two decimal places. Example
<cfoutput> Pi: #Pi()# Pi to 2 decimal places: #DecimalFormat(Pi())# </cfoutput> |
| DecimalFormat (number) Description
Converts a number to two decimal places. Example
<cfoutput> Pi: #Pi()# Pi to 2 decimal places: #DecimalFormat(Pi())# </cfoutput> |