3v4l.org

run code in 300+ PHP versions simultaneously
<?php $startDate = date_create(); $startDate = date('m/d/y', date_sub($startDate,date_interval_create_from_date_string("7 days"))); $endDate = date('m/d/y'); echo $startDate; echo $endDate; ?>

preferences:
49.02 ms | 402 KiB | 5 Q