-2
Guys, next.. I have a contract printing page where I need to convert the field date in full
<?php echo $result->estado?> - <?php echo $result->data_contrato?>
In the "data_contract" field "10/10/2019"...
How do I display in full?
I want to show "October 10, 2019"
https://answall.com/questions/8317/como-fazer-a-fun%C3%A7%C3%A3o-date-formatar-uma-data-em-inglés%C3%Aas
– Marcos Xavier
but I don’t want to get today’s date, I need to get the date from inside the mysql database field...
– Andre Paulo
Regardless of where you take the date, the solution is the same as the link provided by @Marcosxavier (inclusive, the date format of Mysql is independent of screen formatting)
– Bacco