I am trying to change the type of the number but I don't know how and what keyword to search:
I would like to change the basic type of number in html from:
2000000 -> 2.000.000
And it will show on the screen the number have the dot in between.
ps: the input is number, do I need to use Javascript to convert it to string and add to html?