Possible Duplicate:
What is best solution to get next and previous month from given date php
I am developing a work in php. Here I want to get next and previous month from a given month for example:
$mth="December"
I want to display next and previous of December
Thanks in advance
1 Answer