3v4l.org

run code in 300+ PHP versions simultaneously
<?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);

preferences:
32.38 ms | 406 KiB | 5 Q