Is there an easy way to format all number fields on output to include serial commas? We are currently storing numbers as "9999", which is how we want them in the database, but once we render them on the frontend, we want it to render as 9,999.
We don't want to change the database value, we just want to format it on output.
Thanks,
John