Hi
I was wondering what's the simplest way of generating random dates using
$comm_date = date("Y-m-d");
ideally it would be a random date within a range of dates from today to today+30
i can do the random part to get n but i don't know how to get the date today+n
what's the simplest way of doing that ?
thanks