Hi
I need to get ten previous year and month from the current date....
Is there any perl module which I can use for the same..
For eg if the date is 2008-07-10
I nned to get the following output
2008-06
2008-05
2008-04
2008-03
2008-02
2008-01
2007-12
2007-11
2007-10
2007-09
So a total count of 10 entries as above .Can you please give some pointers to solve the same....
Thanks in Advance
I need to get ten previous year and month from the current date....
Is there any perl module which I can use for the same..
For eg if the date is 2008-07-10
I nned to get the following output
2008-06
2008-05
2008-04
2008-03
2008-02
2008-01
2007-12
2007-11
2007-10
2007-09
So a total count of 10 entries as above .Can you please give some pointers to solve the same....
Thanks in Advance
Comment