hi. does anyone know if jquery support validation/auto formatting for
currency based on locale settings. for example:

if in US and you put:
10000 => validation or auto format should make this value becomes
10,000.00
4321 => 4,321.00
32.22 => 32.22
100,23 => 10,023.00 or (give a warning msg saying it's not US valid
format)
0,1 => 0.00 give a warning msg saying it's not us valid format

it should also support other currency where it has different ways of
putting commas and points for digit separators.

thanks for your help

Reply via email to