I'd like to get an 'end date' from a given 'start date' in PHP. End date is based off the start and are calculated as follows:
If Start date is from the 1-15th of the month, End date is the 15th of the following month.
If Start date is from the 16-31 of the month, End date is the last day of the following month.
eg: $start_date = '2009-11-23';