How can I change the Date Format

Feel free to talk about everything related to our Wordpress Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jun 26, 2013 9:52 am
Hi,
How can I change the Date format form the standard one (month day, year) to Italian (day month year)??


Schermata 2013-06-26 alle 10.50.26.png



Thanks in advance
Stefano
User avatar
Fresh Boarder

GK User
Wed Jun 26, 2013 11:39 am
Hi,

Go to /gavern/helpers/helpers.layout.fragments.php and change
Code: Select all
<?php echo esc_html(get_the_date('F j, Y')); ?>
to
Code: Select all
<?php echo esc_html(get_the_date('j F, Y')); ?>
(around line 211 depends on Theme that are you using)
User avatar
Moderator

GK User
Thu Jun 27, 2013 2:28 pm
Thank you so much!

//Stefano
http://www.movi-menti.it
User avatar
Fresh Boarder


cron