Re: Date verification

2001-07-26 Thread Michael Fowler
On Thu, Jul 26, 2001 at 10:26:45AM -0700, Wagner-David wrote: I'm not sure if you wanted a code review for this, but one follows. > #!perl -w > > use Time::Local; > > my @DateUse = (); There's no need to initialize @DateUse like this, arrays start empty. You should move this into the while

RE: Date verification

2001-07-26 Thread Wagner-David
-Original Message----- From: Dan Grossman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 16:36 To: [EMAIL PROTECTED] Subject: Re: Date verification Terribly sorry if this gets posted twice ... On Tue, 24 Jul 2001, Mark Byerley wrote: > Good Morning/Afternoon to all > > I need

Re: Date verification

2001-07-25 Thread Daniel Grossman
Mark Byerley wrote: > > Good Morning/Afternoon to all > > I need some error checking (or rather field validation) within my script > itself to ensure a date field coming across on a form is in the format of > dd-mm-. I would rather not have to strip the field down to check the > individual n

Re: Date verification

2001-07-25 Thread Dan Grossman
Terribly sorry if this gets posted twice ... On Tue, 24 Jul 2001, Mark Byerley wrote: > Good Morning/Afternoon to all > > I need some error checking (or rather field validation) within my script > itself to ensure a date field coming across on a form is in the format of > dd-mm-. I would rat

Re: Date verification

2001-07-25 Thread John Fox
Mark, In article <[EMAIL PROTECTED]>, Mark Byerley wrote: >I need some error checking (or rather field validation) within my script >itself to ensure a date field coming across on a form is in the format of >dd-mm-. I would rather not have to strip the field down to check the >individual numb

Date verification

2001-07-25 Thread Mark Byerley
Good Morning/Afternoon to all I need some error checking (or rather field validation) within my script itself to ensure a date field coming across on a form is in the format of dd-mm-. I would rather not have to strip the field down to check the individual numbers and then put them back toget

date verification

2001-07-22 Thread Hal Wigoda
I nned a module to verify dates entered in an html cgi form. Any clues?? hal -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]