The two commands you need to use are split(), date() and mktime().
Use split to (or eregi or what have you to break up the input date into pieces, then use mktime to build a unix time stamp out of the pieces. Then, add the number of seconds in two days (606024*2) and use date() to output the date.