Hi all! If I only have a start like so 2011-04-05 and an end date like 2012-11-30 how can I create an array of just the months and years like so "Apr 11, May11, Jun 11, Jul 11, Aug 11" etc until the end month??
you can explode the date in this format 2011-04-05 and perform some logic to get you job done