Hi,
How can I change the Date format form the standard one (month day, year) to Italian (day month year)??
Thanks in advance
Stefano
<?php echo esc_html(get_the_date('F j, Y')); ?>
<?php echo esc_html(get_the_date('j F, Y')); ?>