Search found 1 match

by ewg426
Fri Feb 15, 2008 4:45 pm
Forum: PHP - Code
Topic: Adding days to a date
Replies: 1
Views: 79

Adding days to a date

I have a variable, $IssuedDate that is in m/d/Y format. (The users selects the issued date from a pop-up calender). I need to add 7 days to that date as a new variable, $DateDue. I'm not sure how to do that. Note it is not necessary to verify if any of the dates, issued or due, fall on a Saturday, S...