Any advice on easy way to do date addition in PHP, such as:
$newday = $todayis + 10days
And, how about the reverse:
$oladday = $todayis - 10days
Can't seem to find anything anywhere that is simple. Suggestions most appreciated.
Jim Null
$newday = $todayis + 10days
And, how about the reverse:
$oladday = $todayis - 10days
Can't seem to find anything anywhere that is simple. Suggestions most appreciated.
Jim Null