Adding or Subtracting Time to/from MYSQL Formatted Timestamp in PHP By nertbloxJanuary 10, 2013March 20, 2013How to, PHP Just replace “+1 day” with what ever you need to add. ex “+1 year, +1 day” etc. Have fun. $date = date("Y-m-d",strtotime("+1 day"));