Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Format Date and Time in EE4 | Event Espresso - Staging Server
I have tried to use EE4 core reg and the pre release of EE4 beta with EE4 Calendar 3. Both plugins runs fantastic and can be used without any trouble. The only problem what I have is, that the date will not displayed correctly on the booking page. Where and how can I adjust the Format, so that it is issued in German time??
For example: The output is May, 15th 2014@8.00 AM – 8:00 PM
It would be correct for me in the German format: 15. Mai 2014 @ 8:00 – 20:00 Uhr
In the core reg I have no setting option found, the same in EE4 pre release. In the calendar beta, I tried to convert the time format to German time, but it does not work. My input is not accepted. Also, the time is not spent in H.i. Only the name of the month (english – May, in German Mai) be displayed correctly.
Thank you so much for your efforts… you are the Best :-)
What should be happening is, if you change the WordPress date/time settings Event Espresso should match it. That isn’t happening for some reason, so I will raise a developer ticket to look into this.
You can change the time format display for the upcoming datetimes by copying over content-espresso_events-datetimes.php from the Event Espresso plugins’s /templates/Espresso_Arabica_2014 folder to /wp-content/uploads/espresso/templates. Then you can change line 12 to read something like this (your date and time format may differ) :
<?php espresso_list_of_event_dates( $post->ID, $dt_frmt = 'l F jS, Y', $tm_frmt = 'G:i' );?>
This will change the time format that’s used when it displays the upcoming dates.
Hi Josh, it works :-) Thank you very much for your efforts!
Viewing 5 reply threads
The support post ‘Format Date and Time in EE4’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.