Posts by Rodrigo Brando • 1 point
1 post
-
0
votes1
answer428
viewsQ: Problem with toLocaleString in production nodejs!
Talk guys! I’m having trouble using toLocaleString in production! When using toLocaleString this way const number = (num / 100).toLocaleString('pt-BR', { style: 'currency', currency: 'BRL' }); in…