Tagged: date format
According to Newscard (Free edition), is it possible to change date settings in the Top Bar. Now it is in an english format like onsdag, februar 27, 2019, but I would like it to be in a danish way, like onsdag, 27. februar 2019. Thanks.
//Staniole Olsen
Found where to change the date format -> header.php <ul><li><?php echo esc_html(date_i18n("l, F j, Y")); ?></li></ul>
<ul><li><?php echo esc_html(date_i18n("l, F j, Y")); ?></li></ul>
The case can be closed. Thanks.
Hello Staniole,
Yes that one is the exact line for the date. Just create a child theme for customization.
Thank you!