Hi,
in the widget, in the list view, the date have the format: Januar 31 @ 18:30, I would like to have it so: 31. Januar@18:30.
I have the function php edited with:
add_filter(‘tribe_events_event_schedule_details_formatting’, ‘uniform_date_format’);
Hi there, Stefan! Thanks for getting in touch. ๐
Good question. Have you tried using the date settings instead of a function? For example, you can set your WordPress time format to 24-hour format (under Settings > General), then head over to the Event Date Format settings (under Events > Settings > Display) and update the “Date without year” option. Here’s a screenshot of how I configured it to match your format.
Does that make sense? Will that work for you? Please let me know.