Description
Here is a code snippet to work out the date of the last Sunday:
echo date('Y-m-d',strtotime('last sunday'));
Reference
https://stackoverflow.com/questions/15196587/get-last-sunday-date-in-php/15196691
Here is a code snippet to work out the date of the last Sunday:
echo date('Y-m-d',strtotime('last sunday'));
https://stackoverflow.com/questions/15196587/get-last-sunday-date-in-php/15196691