Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php interval day value

// replace time() with the time stamp you want to add one day to
$startDate = time();
date('Y-m-d H:i:s', strtotime('+1 day', $startDate));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #interval #day
ADD COMMENT
Topic
Name
4+4 =