hello friends, please how do i get a future date. Assuming today's date is 24th June 2010 and i want to get the date of the next 2 week, how do i do it. regards
hey try doing it this way $c_date=date("Y-m-d",mktime(0, 0, 0, date("m"), date("d") + 14, date("Y"))); echo "<br/>".$c_date ."<br/>"; Code (markup):