I want to give an especifi format to a number. The format to aplly is ###.###, this means three numbers follow by a dot and again three numbers.
How i do to set this especific format to any number what i insert?
I want to give an especifi format to a number. The format to aplly is ###.###, this means three numbers follow by a dot and again three numbers.
How i do to set this especific format to any number what i insert?
You don’t. You can only validate that a user inputs something in the expected format.