Re: Verifying Entry of Valid Time

2003-09-06 Thread John W. Krahn
Kevin Reynolds wrote: > > I am just writing a basic form where the user enters the time of an event. > It is entered in 24 hour format (HHMM) with no seconds. What I want to do > is perform some error checking on the entry by confirming that the first two > numbers are between 00 and 23 and the s

Verifying Entry of Valid Time

2003-09-06 Thread Kevin Reynolds
I am just writing a basic form where the user enters the time of an event. It is entered in 24 hour format (HHMM) with no seconds. What I want to do is perform some error checking on the entry by confirming that the first two numbers are between 00 and 23 and the second two are between 00 and