Forum Discussion

bhupen's avatar
bhupen
Advisor
10 years ago

Commas in Numbers Activity on Front Page

Hi I want to show my API result in comma seprated: I got the online user in community using following API.   <#assign users = rest("/users/online/count").value /> <h3 class="user_online">${users...
  • bhupen's avatar
    bhupen
    10 years ago

    Guyz this is resolved just set up the locale and put ?eval with your string.

     

    <#setting number_format=",##0">
    <#setting locale="en_US">
    <h3 class="conv_on">${posts?eval}

     

    hope this may help someone else.

     

    Cheers!