I have this date:
<?php echo date("d/M/Y", strtotime($registro['DATA_VENCIMENTO'])); ?>
is displaying like this: 15/Oct/2019
How do I display in Portuguese, without losing the formatting that I put (d / M / Y)?
I want to display this way: 15/10/2019