bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
29 stars 10 forks source link

Start time not showing when selecting an event #164

Closed Zeit08 closed 2 years ago

Zeit08 commented 2 years ago

Dear devs,

I have not found a way to show the start time in the event summary. See screenshot, it shows only the end time. bug

Expected behaviour: 01/01/2022 -> 14.00 - 17.00 Actual behaviour: 01/01/2022 -> 17.00

Thank you for your great plugin and for your time reading this.

V 1.15.3

yoancutillas commented 2 years ago

Thank you! You probably just need to add the time format (H.i) in Booking Activities > Settings > Messages tab > Complete date and time format = l j F Y H.i Short date and time format = d/m/Y H.i Time format = H.i

Zeit08 commented 2 years ago

You're right, the H.i was missing in the short date format. Thank you!