Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 30th, 2006, 8:07 PM   #1
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 376
Rep Power: 0 King is an unknown quantity at this point
Question Date Regular Expression

I need to make sure that when someone enters a date into the textbox on my form that it is entered in the correct format (“4/30/2006”). I think using a Regular Expression for this would work, but I can’t get anything I found off the net to work properly. I just need to get it working and don’t care how, so any help would be great, thanks.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old Apr 30th, 2006, 8:33 PM   #2
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 376
Rep Power: 0 King is an unknown quantity at this point
I fixed it with a different solution. What I did was just try and convert the textbox text to a DateTime, and if it doesn't throw and error the date is fine.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old Apr 30th, 2006, 9:41 PM   #3
jim mcnamara
Hobbyist Programmer
 
Join Date: Jun 2005
Location: New Mexico
Posts: 228
Rep Power: 4 jim mcnamara is on a distinguished road
Consider using regexp - C# (All of .NET) supports it. It's far more robust than creating a deliberate error/no error condition - if all you're interested in is correct format.

See: http://regexlib.com/

It's a reference for tested regexes - cook book style.
jim mcnamara is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:06 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC