O
Owen
I am attempting to determine the format code i need to enter in a numeric
form field.
The following are my parameters:
The format i am trying to achieve is:
### ### ###.##
I always require two decimal places, even if the user only inputs the
integer value.
I require a space between each 3 consecutive digits.
I do not want to show any leading zeros.
For example, the formatted fields appear as
456 345.23
2 456 345.23
Thanks in advance for any help, i do not seem to be able to achieve the
desired result through using # or 0 or any combination of them.
form field.
The following are my parameters:
The format i am trying to achieve is:
### ### ###.##
I always require two decimal places, even if the user only inputs the
integer value.
I require a space between each 3 consecutive digits.
I do not want to show any leading zeros.
For example, the formatted fields appear as
456 345.23
2 456 345.23
Thanks in advance for any help, i do not seem to be able to achieve the
desired result through using # or 0 or any combination of them.