tonongregory
10 years agoGuide
Thousands separator
Hi
In my custom components i want to add thousands separator (to display users online count and users registered count)
Ex :
<#assign registeredCount = rest("users/registered/count").value?number />
${registeredCount}
It's display
368241
I want to display 368 241 instead.