Hi, In PHP you can do this..... $newdate=date("Y-m-d", strtotime($olddate)+606024*30); newdate would need to be assigned to your 30_day field and olddate would be your Discharge field. The format "Y-m-d" would have to be changed to match the format that olddate is in. Hope that helps. Darren