Easily calculate 1 year
Many times I've needed to calculate a year or month or even day in seconds and I normally use the following method
$oneyear = 60 * 60 * 24 * 365;
One thing I've found easier to remember and to read is to use strtotime.
$oneyear = strtotime("+1 year", 0);
Written by Aaron Ott
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Related Tags
#php
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#