Forum Discussion

tonongregory's avatar
10 years ago

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.