RE: Date_to_Text Problem

2001-08-31 Thread Bob Showalter
> -Original Message- > From: Clinton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 10:07 PM > To: [EMAIL PROTECTED] > Subject: Date_to_Text Problem > > > I have separated Year, Month and Day so I can feed into the > Date_to_Text > function from Calc. > > $firstdate = $da

Re: Date_to_Text Problem

2001-08-30 Thread Curtis Poe
--- Clinton <[EMAIL PROTECTED]> wrote: > I have separated Year, Month and Day so I can feed into the Date_to_Text > function from Calc. > > $firstdate = $dates[1]; > $firstdate =~m/(\d*)-0?(\d*)-0?(\d*)/g; > my $year = $1; > my $month = $2; > my $day = $3; > > If I print $firstdate it correctly