textbox date

  • Thread starter Thread starter Jose
  • Start date Start date
If you don't use a control with a mask, when calling the textbox.text
property, you can call ctype(textbox.text,date). You'll want to wrap that in
a try catch block though...
 
Back
Top