Test to see if a date is valid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a VB function which can be used to check that a date is valid?

Thanks,
Seth
 
Seth said:
Is there a VB function which can be used to check that a date is
valid?

The IsDate() function will tell you if a string can be interpreted as a
date, but what constitutes a *valid* date depends on the circumstances.
 

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