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 Changing the way the date is formatted in the Event Registration | Event Espresso - Staging Server
I have an event that has two sessions over the course of two days. I have been trying to change the way the date and times are displayed on the event registration page.
Here is an example of what I am trying to say:
Right now, it is like this:
Start Date: December 24, 2012
End Date: December 25. 2012
Start Time: 8:00 am
End Time: 12:00pm
Is it possible to get it somehow to display the following:
Start Date: December 24, 2012 Time: 8am – 5pm
End Date: December 25. 2012 Time: 8am – 12pm
Not easily if you wish it to do it automatically on future events. Basically, having it done with a single time is quite easy, but because of the secondary time, you would need to get access to the database or the time/date function and modify the template accordingly, which would take some php knowledge or a developer to do for you.
One easier method, but more manual work, would be to use the custom meta tags in the events. Label one as time1 and the other as time2 (or whatever) and fill out the appropriate times and add this code to your registration_page_display.php file (commenting out the original time/date code)
The support post ‘Changing the way the date is formatted in the Event Registration’ 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.