I made a panel to manage decimal values. I had problems with it. I want simply store a float value as a price. Every number I write even if with the dot (ex 13.67) always is stored as 1367 without dot in the db. It s a day long in testing and proving everything, I tried to change even the js validation script, the format tag, but nothing always is the same.
I think it is a problem of regionalization of the sql but I cannot change it as it holds tons of data and procedures.
Reopened. Works fine on w/ my US server settings but may not work w/ Italian server settings.