Answers for "add one day to timestamp"

0

add one day to timestamp

time() + 24*60*60;
Posted by: Guest on July-20-2020
0

add one day to timestamp

strtotime('+1 day', $timestamp);
Posted by: Guest on July-20-2020

Browse Popular Code Answers by Language