Hello, I'm not an expert in PHP, and I have a question. I have this code snippet:
Quartos disponíveis para
<i class="awebookingf awebookingf-calendar"></i>
<?php echo isset( $_GET['start-date']) ? $_GET['start-date'] : ''; ?> à
<i class="awebookingf awebookingf-calendar"></i>
<?php echo isset( $_GET['end-date'] ) ? $_GET['end-date'] : ''; ?>
Which returns me like this, example:
" QUARTOS DISPONÍVEIS PARA 2018-07-20 À 2018-07-24
How do I make the date in the format day / month / year?