I'm writing a program in php where a user gets credits monthly based in their registration date.
I'm writing a cron job that would be run daily.
I need to determinate if a date if a due date
In others words;
If a registered in date 2010-02-10 and today is 2011-07-10 I should get credited.
So the question is how can I deteminate reliably in php that two dates are separated by a whole month.
Or alternatively how can I get the next due date. For example today is 2011-07-18 so the next due date would be 2011-08-10