Hi,
Yes, you can change the format of the date and time. To do so for the date and time picker, go to Bookings > Settings and take a look at the Date/Time format fields there. Here’s a screenshot of that page:
https://s.w.org/plugins/restaurant-reservations/screenshot-4.png?r=1348552
If you want to change the format of the date/time as it appears in the list of bookings in the admin area, you can do this by changing your overall WordPress settings for Date/Time format. Go to the general Settings page in your WordPress admin to change this.
Apparently WordPress settings are not involved in the display of the time by your plugin.
After a little research I found that it was sufficient to customize the format of the time in the plugin by typing: H: i
And it solves the problem.
Thank you
Hi Assuied,
Glad you were able to get it working. The plugin should respect the date/time format of your WordPress settings for the backend. But it can’t use them for the actual date and time pickers in the booking form. That’s beacuse these use a third-party library with it’s own formatting settings and there isn’t a reliable way to translate the formats.