Page 1 of 1

Problem with formatted numbers and Javascript

Posted: Wed May 01, 2013 10:33 am
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?