[EMAIL PROTECTED]
Subject: Re: Date conversion
29/09/2003 11:17
Swap 03 with 20 and you can use
the quite lightweigth Date::Simple.
At 09:17 29/09/2003, $Bill Luebkert wrote:
Noushad Dawood wrote:
> Friends...need help on converting a date read from csv file. What i need is
> to convert 20-Sep-03 to 20030920. Is there any function to do this?
Just brute force
Noushad Dawood wrote:
> Friends...need help on converting a date read from csv file. What i need is
> to convert 20-Sep-03 to 20030920. Is there any function to do this?
Just brute force it. EG:
use strict;
my %mons = (JAN => 0, FEB => 1, MAR => 2, APR => 3, MAY => 4, JUN => 5,
JUL => 6, AUG
Friends...need help on converting a date read from csv file. What i need is
to convert 20-Sep-03 to 20030920. Is there any function to do this?
Regards,
/nd
**
The contents of this mail are personal opinions of the Author.
A