A
Anonymous
Guest
Hi
U can use strtotime() function. It is very nice. Try it.
U can use strtotime() function. It is very nice. Try it.
Code:
$date = date('d M Y',strtotime(' + 7 days'));
echo $date;