Interesting..and thanks for the help. However, I am getting an unexpected result.
Instead of returning a date it is returning a number....
I have tried
echo date('m/d/Y',strtotime('+ 8 days'));
and
echo date('m-d-Y', strtotime('today +8 days'));
neither return a date. Am I doing something wrong? I know the date function expects a timestamp which strtotime provides, so I am nost sure what the issue is.
Thanks!