Answers for "php add day to unix time"

PHP
0

php add 1 day hours to unix timestamp

strtotime('+1 day', $timestamp);
Posted by: Guest on June-14-2021

Browse Popular Code Answers by Language