--- sivasakthi <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> How to convert month in name in to digit number, for example the month
> is Apr then converted in to 04.. how to do that??
>
>
The easy way is to use a hash,
%mon = ('Jan' => '01',
--- sivasakthi <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> How to convert month in name in to digit number, for example the month
> is Apr then converted in to 04.. how to do that??
>
>
The easy way is to use a hash,
%mon = ('Jan' => '01',
Hi All,
How to convert month in name in to digit number, for example the month
is Apr then converted in to 04.. how to do that??
Thanks,
Siva