|
-
Mar 17th, 2007, 11:31 PM
#1
Thread Starter
Member
[2005] Validate user information
Whats the code to make a user input the date in proper format in a text box.
-
Mar 18th, 2007, 12:24 AM
#2
Re: [2005] Validate user information
 Originally Posted by new@this
Whats the code to make a user input the date in proper format in a text box.
You can use the DateTimePicker or MaskedEdit controls to do this. Just enter the date format you want to use in the property window and that's all you need to do.
You can code for this in the events of the standard TextBox but it's a lot of unnecessary work.
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
|