Answers for "php get next week sunday"

PHP
1

php get next saturday

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

how to get week start date in php

$firstday = date('l - d/m/Y', strtotime("this week"));
echo "First day of this week: ", $firstday;
Posted by: Guest on October-21-2021

Code answers related to "php get next week sunday"

Browse Popular Code Answers by Language