I have an integer field that has a number * 1000, for example 4950. I am in need of having it display on a webpage as 4.950
Similarly, 5000 would need to display as 5.000 and 6251 would need to display as 6.251
How can I accomplish this?
Thanks much for any help that can be offered!
Similarly, 5000 would need to display as 5.000 and 6251 would need to display as 6.251
How can I accomplish this?
Thanks much for any help that can be offered!