In my database, I store money values without any points or commas.
So I need a Javascript function that converts it into money string.
Example: Convert 500 (five dollars) into 5.00 , 100 into 1.00, 550 into 5.50 etc
Can anybody post a function like that?
You can use something like:
Or use that function as an extension to
Number