Hi There, Users in some european countries like to write 1.234,56 instead of 1,234.56 What would be the easiest way of accepting this number format? For output, I'm using a formatting helper, but I haven't figured out how to do it for input. thanks, js