Test to see if a date is valid

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top