<?php $result = '2020-03-30' >= date("Y-m-d",strtotime("-1 week")) ? 'Yes' : 'No'; echo $result;
You have javascript disabled. You will not be able to edit any code.