Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only 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