Add commas to display of number field

I have a number field that often holds numbers in the billions. I’d like to display this on the backend with comma separated values: 3423555333 looks like: 3,423,555,333

How do I achieve this?