How to format amount/currency in dutch local format like 100.000.00,00

1
Hi Team,   I have one amount field which is decimal. Group digits is set to yes but I want to change formatting to dutch local currency format. How to achieve this ? any help as I am trying from couple of hours but no success yet. Do let me know if any javascript action or regular expression or input mask for decimal field can also used to achieve this. I tried with setting the amount field as decimal and changed language of project/application to Dutch and system language to dutch as well but its not helping.   Any suggestion would help me so much.   Thank you in advance.
asked
1 answers
0

See the documentation here: https://docs.mendix.com/refguide8/parse-and-format-decimal-function-calls#1-introduction

This part:

If you use the following input:

formatDecimal(1234.56, '#,###.#')

Java

the output is (depending on the language settings):

 

Regards,

Ronald

 

answered