Time and Date Validation

  • Thread starter Thread starter LDD
  • Start date Start date
L

LDD

Are there any built in time and/or date validation methods that one can make
use of in .NET?

thanks folks

LDD
 
I should be more specific....
I have a couple of textboxes that the user enters in dates
and another couple of textboxes that the user enters time values

I have validation currently but I'm looking to tighten it up.

-LDD
 
splitting the different parts of the date and time into tokens and checking
if they meet the requirements
 
Back
Top