Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Problem with formatted numbers and Javascript

agnar
Posts: 37
Joined: Sun Apr 21, 2013 10:58 pm

Problem with formatted numbers and Javascript

Unread post by agnar »

I have an issue with formatted numbers and JavaScript.

nuBuilder only formats numbers using English number format, such as "10,000.00"

But Number( "10,000.00") returns <NaN>

What is the best way to parse formated numbers?

Is there a way to change the localization of numbers to "10 000,00" (Norwegian) other than edit the PHP source code?
Post Reply