Multiply and format with thousands separator

there's this helper which lets you set the separator and delimiter, i.e. what the comma and period does.

http://railsmanual.org/module/ActionView::Helpers::NumberHelper/number_with_delimiter/

Alan Curtis wrote: