[PHP] pobierz, plaintext $first = new \DateTime("monday this week");$last = new \DateTime("sunday this week"); echo $first->format("Y-m-d");echo $last->format("Y-m-d");[PHP] pobierz, plaintext