Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any call to verify that a date is valid 1

Status
Not open for further replies.

JaeBrett

Programmer
May 5, 2003
196
CN
I am using MaskedBox for users to put in their DOB. Is there a call to verify that it is a legitamate date?

 
If Not IsDate(maskDOB.text) and maskDOB.text <> &quot;__/__/____&quot; then
MsgBox &quot;Bad date.&quot;
end if
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top