0
Hello, I am not an expert in PHP, and I have a question. I have this snippet of code:
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'] : ''; ?>
That returns me like this, example:
" QUARTOS DISPONÍVEIS PARA 2018-07-20 À 2018-07-24
How do for thin date in day/month/year format ?
Related: https://answall.com/q/224948/99718
– Valdeir Psr
Welcome. Things you should be aware of. How to mark a response as it accepts https://i.stack.Imgur.com/evLUR.png Why accept a reply https://pt.meta.stackoverflow.com/questions/1078/como-e-por-que-aceitar-uma-resposta/1079#1079
– user60252