Answers for "php get the date for the next monday"

PHP
1

php get next saturday

echo date("Y-m-d", strtotime("next Saturday"));
Posted by: Guest on February-19-2021
1

php code for getting the next day

$tomorrow = date("Y-m-d", strtotime("+1 day"));
Posted by: Guest on May-18-2021

Code answers related to "php get the date for the next monday"

Browse Popular Code Answers by Language