|
-
Aug 29th, 2000, 09:26 AM
#1
Thread Starter
Lively Member
Hello,
I want to validate user to
give input in text box
like this (august,10,2000)
othere display message
Bye
-
Aug 29th, 2000, 09:31 AM
#2
Addicted Member
this code will automatically puts in the date that the computer reads. I also put this code in the Lost_Focus event. Any questions just ask.
txtDate = Format(Date, "Long Date")
-
Aug 29th, 2000, 09:33 AM
#3
Addicted Member
or you could use this code to doesn't matter.
txtDate = Format(Date, "mmmm/d/yyyy")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|