I find functions which return the week number for a given date. But instead, I would like to get the date of the first day of the particular calendar week returned. This would either be date() itself, or anything between date()-1 and date()-7.
Purpose: my site shall return events of this week. Right now, I only show the the range date()+7, which is not correct.
Thanks & Regards, Marcus