Hi ,
I want to convert a Date in any format into any other format i required.
Is there any built in function in PERL to do the date conversion in required format.
For exampe: If date is in 28-09-2006 i want to convert it to 09-22-2006 i.e.,(dd-mm-yyyy to mm-dd-yyyy)
Mainly i want to convert date in the format 28-sep-2006 to 09-22-2006 1.e.,(dd-mm-yyyy to mon-dd-yyyy).
Means i want to know is there any built in function in PERL like to_date function in ORACLE.
I want to convert a Date in any format into any other format i required.
Is there any built in function in PERL to do the date conversion in required format.
For exampe: If date is in 28-09-2006 i want to convert it to 09-22-2006 i.e.,(dd-mm-yyyy to mm-dd-yyyy)
Mainly i want to convert date in the format 28-sep-2006 to 09-22-2006 1.e.,(dd-mm-yyyy to mon-dd-yyyy).
Means i want to know is there any built in function in PERL like to_date function in ORACLE.
Comment