Hi I need some help I have a variable stored in db which is created when a new person is added it takes the day of todaysDate on the day they register and stores only the day
I would like to use this date as the same day of every month the user is due
i.e dueDate actualDate
so if the user joined on the 20/02/2010 and then makes a payment on the 25/03/2010
I want to be able to add 20/03/2010 to the dueDate and 25/03/2010 as the actualDate
I can get the stored day querying the db how would I then add the current month and year to that date
thanks
M