Test to see if a date is valid

S

Seth

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

Thanks,
Seth
 
D

Dirk Goldgar

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