How about using date function? You just need to find the right format; 'm' per month, 'd' per day, 'Y' per year using four digits, e.g.
In your case, something like this, I think:
date("m/d/Y")
And if you want one more day than now, use the second optional parameter.
Pascal martin
source share