if I have a start date, say 2009-02-01 and an end date say 2010-01-01. How can I create a loop to go through all the dates (months) in the range?
Thanks!!
|
|
|
Try
As of PHP5.3 you can use http://www.php.net/manual/en/class.dateperiod.php |
|||||||||||||||||||
|