How can I format the number string as 4digit format using thymeleaf. Eg. 5 - > 0005
Format the string using number format. As follow :
th:text="${#numbers.formatInteger(num,5)}"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With