|
-
Jan 30th, 2001, 04:03 AM
#1
Thread Starter
Lively Member
I would like to know if there is some way to format a textbox, so that a user can only enter a date ??
(I do not want to use a DTPicker)
thanks
-
Jan 30th, 2001, 04:22 AM
#2
Fanatic Member
If a post has helped you then Please Rate it!
-
Jan 30th, 2001, 05:50 AM
#3
Well ...
If you want absolute control over the user's input, better use a Masked Edit box with a date format of your choice. You can find it under Project > Components > Microsoft Masked Edit Control.
With an ordinary textbox, you can validate the date using the IsDate() function, but you cannot control the user's input the way you can do with DTPicker or a Masked Edit box. It's not impossible, but the effort is not worth it.
.
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
|