javascript format float with commas 31 Javascript Format Float With Commas You can convert the number to a string, and replace fullstops with commas. var value = '12.3'.toString().replace(… Written By Anonymous Monday, January 13, 2020 Add Comment Edit