Posted on : 2020-04-13 10:44:32 View Type: public
Sabrina Kley
Hi, when I'm displaying the events I don't see the correct date format. Instead of j. F Y as it is set in my settings, it shows Y-m-d.
Thanks in advance,
Sabrina
Hi, when I'm displaying the events I don't see the correct date format. Instead of j. F Y as it is set in my settings, it shows Y-m-d.
Thanks in advance,
Sabrina
Hi Please send me your WordPress logins i will check out the solution for you thanks.
Please check I have made the Events in WordPress date format by adding the code below.
if(!empty($wc_event_date)) {
$date_format = get_option( 'date_format' );
echo '<li><i class="fa fa-calendar"></i> <strong>'.esc_html__('Date', 'education').':</strong> '.date($date_format, strtotime($wc_event_date)).'</li>';
} // Prints Event DateThis also have been updated in Education WordPress theme and would be no problem for you in next update! thanks
Hi, thank you! In the detailed event view it works, but it doesn't work in the event box on the start page. Also the name of the month is in english and I need it to be in German. This is also the default language of my wordpress system. I also have already installed a Plugin for translation, because a lot of stuff in the Education Theme needed to be translated. So if you can make the month "translatable" that would be fine by me.
Click one of our contacts below to chat on WhatsApp
Do you have any questions?

