How to specify the display of a number field to include the "1000 seperator"

How to specify the display of a number field to include the "1000 seperator"

I have a form with a currency field. 
I want to display this field in a html view in the correct currency format e.g.
$1,000,000 for a million dollars, rather than the default $1000000

Is this possible? How? 

Ideas appreciated, :)