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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top