1. $date = date(“Y-m-d”);
  2. $date = strtotime(date(“Y-m-d”, strtotime($date)) . ” +12 month”);
  3. $date = date(“Y-m-d”,$date);
  4. echo $date;
  5. Other examples
  6. $date = strtotime(date(“Y-m-d”, strtotime($date)) . ” +1 day”);
  7. $date = strtotime(date(“Y-m-d”, strtotime($date)) . ” +1 week”);
  8. $date = strtotime(date(“Y-m-d”, strtotime($date)) . ” +2 week”);
  9. $date = strtotime(date(“Y-m-d”, strtotime($date)) . ” +1 month”);
  10. $date = strtotime(date(“Y-m-d”, strtotime($date)) . ” +30 days”);
Trackback

no comment untill now

Add your comment now