Skip to content

Instantly share code, notes, and snippets.

@fliptopbox
fliptopbox / Javascript: Number.toCurrency()
Created June 12, 2013 13:32
Javascript Number.toCurrency() to convert INT 1234567 to CURRENCY £1,2345.67
/*
@fliptopbox
Format a number as a currency.
eg. 12345.67 = £12,345.67
usage examples:
(1234567.899).toCurrency(); // 1,234,567
(1234567.999).toCurrency(0); // 1,234,567