Y
YardDancer
Hi All,
Does anybody have a routine for validating a date or DateTime entry in a
textbox.
I know i can use one of the DateTime.Parse(textbox.text) methods which
would throw a Fromat Exception.
What i am after is something like a IsNumeric() fuction or way i can test a
value if it is dateTime value and recieve a boolean answer i.e. true or
false.
Yard Dancer
Practicing at home before I attempt to dance at the hall.
Does anybody have a routine for validating a date or DateTime entry in a
textbox.
I know i can use one of the DateTime.Parse(textbox.text) methods which
would throw a Fromat Exception.
What i am after is something like a IsNumeric() fuction or way i can test a
value if it is dateTime value and recieve a boolean answer i.e. true or
false.
Yard Dancer
Practicing at home before I attempt to dance at the hall.