Yes, this is possible, but you’ll need a custom template to display that info.
The template used by the add-on can be copied to the root directory of your theme (preferably a child theme) and EE will use that custom version in its place.
So copy the template \eea-events-table-view-template\templates\espresso-events-table-template.template.php
You can then edit the output however you prefer in that template, the closest we have to the output you are currently requesting is using the espresso_event_date_range() function.
I copied the template file and inserted the date_range function but then the table view page stopped working. i imagine i didnt insert the correct range of lines. would you specify which lines from the link you posted need to be inserted at which point in the template?
Generally, we don’t provide support for customizations and would recommend you contact a developer. However I can help point you in the right direction for this, within the template you’ll have this line:
Note that will only work if you do not set show_all_datetime=true on the shortcode as then you’ll be looping over all datetimes to output a date range multiple times.
Viewing 3 reply threads
The support post ‘Show events end time in table view’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.