add days

How to Add Seconds, Minutes, Hours, Days, Months and Years to a Date in PHP

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to add number of seconds, minutes, hours, days, months or years using PHP. This tutorial will not give you a good design but will give you idea on the topic. Also, If you wanted to convert our output date, you may do so by visiting my previous tutorial about Converting Date Formats. Creating Form and Output Date We determine our output date by user input upon submission.