Re: Date conversion

2003-09-29 Thread Noushad Dawood
[EMAIL PROTECTED] Subject: Re: Date conversion 29/09/2003 11:17

Re: Date conversion

2003-09-29 Thread Lee Goddard
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

Re: Date conversion

2003-09-29 Thread $Bill Luebkert
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

Date conversion

2003-09-28 Thread Noushad Dawood
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