Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > validationexpression

Reply
Thread Tools

validationexpression

 
 
susie
Guest
Posts: n/a
 
      11-03-2003
What is the validationexpression for date
format:"MM/DD/YYYY"?
 
Reply With Quote
 
 
 
 
susie
Guest
Posts: n/a
 
      11-03-2003
Found solution for the below posting. How can I compare
the user entered date with the current date?

Thank you!
>-----Original Message-----
>What is the validationexpression for date
>format:"MM/DD/YYYY"?
>.
>

 
Reply With Quote
 
 
 
 
Jim
Guest
Posts: n/a
 
      11-05-2003
If CDate(TextBox1.Text) = Today.ToShortDateString then
Do Something
Else
Do Something Else
End If



>-----Original Message-----
>Found solution for the below posting. How can I compare
>the user entered date with the current date?
>
>Thank you!
>>-----Original Message-----
>>What is the validationexpression for date
>>format:"MM/DD/YYYY"?
>>.
>>

>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ValidationExpression that simulates the MaxLength property Nathan Sokalski ASP .Net 2 01-03-2007 07:30 AM
ValidationExpression Error skardian@gmail.com ASP .Net 3 11-17-2006 08:55 PM
ValidationExpression for a single number TD ASP .Net 3 11-30-2005 11:32 AM
ValidationExpression =?Utf-8?B?SklNLkgu?= ASP .Net 4 11-18-2004 05:45 PM
ValidationExpression Syntax =?Utf-8?B?T2xpdmVyIFNjaHVsemU=?= ASP .Net 0 05-12-2004 02:06 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57