how can i format my text box to mm/dd/yyyy??
strict format please. thanks
Printable View
how can i format my text box to mm/dd/yyyy??
strict format please. thanks
You can't format the textbox only the output.
you could have the user enter 10112000 and then format it before you display or save it.
Format(Text1.text,"mm/dd/yyyy")
To only allow users to enter information in certain ways
you could use the MaskeditBox. Add one to your project and press F1 to get more information on MaskEditBox.