<?php

     echo date('d/m/Y',strtotime('-1 Monday'));
     
     echo "\n";

     echo date('d/m',strtotime('-1 Monday'));