in reply to Compare Date
and it just does the right thing.$next_date = DateCalc($cur_date,"+ 1 month");
In your case, though, it sounds like you'd be looking backwards, so you might be using more along the lines of:
then checking your database for folks that signed up then.$activation_date = DateCalc('today', '- 1 month');
Matt
|
|---|