L LDD Sep 14, 2005 #1 Are there any built in time and/or date validation methods that one can make use of in .NET? thanks folks LDD
Are there any built in time and/or date validation methods that one can make use of in .NET? thanks folks LDD
C carion1 Sep 14, 2005 #2 What are you currently doing to validate and what would you like to change/add?
L LDD Sep 14, 2005 #3 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
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
L LDD Sep 14, 2005 #4 splitting the different parts of the date and time into tokens and checking if they meet the requirements
splitting the different parts of the date and time into tokens and checking if they meet the requirements