|
-
May 28th, 2003, 07:07 AM
#1
Thread Starter
yay gay
Date format in mssql
is there nay function that will say me if a given text i have has the correct date format?
\m/  \m/
-
May 28th, 2003, 09:19 AM
#2
PowerPoster
It would be easier and less error prone in your app if you use drop down lists instead of letting the user type the date in. Every person likes to write the date different. If you only use the dropdowns, then you can ensure that you can create the date they wanted.
-
May 28th, 2003, 01:12 PM
#3
Frenzied Member
If getting the date from a user via the web, this ASP.NET control works great!
If you're using a WinForm, try the ComboBox approach hellswraith mentioned. You can combine that with the IsDate function.
~Peter

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
|