<?php $monday = date('Y-m-d', strtotime('monday this week', strtotime('2020-09-13'))); $friday = date('Y-m-d', strtotime('friday this week', strtotime('2020-09-13'))); var_dump($monday, $friday);
You have javascript disabled. You will not be able to edit any code.