Hi currently i have code which convert a number into two decimal places in Thymleaf.
<h6 class = "font-weight-bold"
th:text="${#numbers.formatDecimal((purchase.itemPrice * purchase.count),1,2,'POINT')}">
I want to make this number also comma separated.How can i do that?